Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro.c99 counter_u64_t tcp_would_have_but; variable
130 &tcp_would_have_but, "Number of times we would have had an extra compressed, but mget failed");
H A Dtcp_lro_hpts.c238 counter_u64_add(tcp_would_have_but, 1); in tcp_lro_get_last_if_ackcmp()
H A Dtcp_var.h1432 extern counter_u64_t tcp_would_have_but;
H A Dtcp_subr.c1522 tcp_would_have_but = counter_u64_alloc(M_WAITOK); in tcp_init()