Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro.c101 counter_u64_t tcp_uncomp_total; variable
134 &tcp_uncomp_total, "Number of mbufs queued without M_ACKCMP");
H A Dtcp_lro_hpts.c459 counter_u64_add(tcp_uncomp_total, 1); in do_bpf_strip_and_compress()
H A Dtcp_var.h1434 extern counter_u64_t tcp_uncomp_total;
H A Dtcp_subr.c1524 tcp_uncomp_total = counter_u64_alloc(M_WAITOK); in tcp_init()