Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro.c100 counter_u64_t tcp_comp_total; variable
132 &tcp_comp_total, "Number of mbufs queued with M_ACKCMP flags set");
H A Dtcp_lro_hpts.c241 counter_u64_add(tcp_comp_total, 1); in tcp_lro_get_last_if_ackcmp()
H A Dtcp_var.h1437 extern counter_u64_t tcp_comp_total;
H A Dtcp_subr.c1533 tcp_comp_total = counter_u64_alloc(M_WAITOK); in tcp_init()