Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_lro.c93 counter_u64_t tcp_inp_lro_sack_wake; variable
114 &tcp_inp_lro_sack_wake, "Number of wakeups caused by sack/fin");
958 counter_u64_add(tcp_inp_lro_sack_wake, 1); in tcp_lro_flush()
H A Dtcp_var.h986 extern counter_u64_t tcp_inp_lro_sack_wake;
H A Dtcp_subr.c1238 tcp_inp_lro_sack_wake = counter_u64_alloc(M_WAITOK); in tcp_init()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h986 extern counter_u64_t tcp_inp_lro_sack_wake;