Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c232 static counter_u64_t tcp_pacing_failures; variable
251 … &tcp_pacing_failures, "Number of times we failed to enable pacing to avoid exceeding the limit");
1522 tcp_pacing_failures = counter_u64_alloc(M_WAITOK); in tcp_init()
4304 counter_u64_add(tcp_pacing_failures, 1); in tcp_can_enable_pacing()