Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_lro.c98 counter_u64_t tcp_extra_mbuf; variable
128 &tcp_extra_mbuf, "Number of times we had an extra compressed ack dropped into the tp");
HDtcp_lro_hpts.c219 counter_u64_add(tcp_extra_mbuf, 1); in tcp_lro_get_last_if_ackcmp()
HDtcp_var.h1446 extern counter_u64_t tcp_extra_mbuf;
HDtcp_subr.c1575 tcp_extra_mbuf = counter_u64_alloc(M_WAITOK); in tcp_init()