Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c235 static counter_u64_t tcp_dgp_failures; variable
256 &tcp_dgp_failures, "Number of times we failed to enable dgp to avoid exceeding the limit");
1537 tcp_dgp_failures = counter_u64_alloc(M_WAITOK); in tcp_init()
4069 counter_u64_add(tcp_dgp_failures, 1); in tcp_incr_dgp_pacing_cnt()