Home
last modified time | relevance | path

Searched refs:tcp_log_que_fail4 (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_log_buf.c136 counter_u64_t tcp_log_que_fail4; variable
151 &tcp_log_que_fail4, "Number of entries queued but fail 4");
1160 tcp_log_que_fail4 = counter_u64_alloc(M_WAITOK); in tcp_log_init()
1611 counter_u64_add(tcp_log_que_fail4, 1); in tcp_log_event_()