Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c236 static int tcp_pacing_limit = 10000; variable
238 &tcp_pacing_limit, 1000,
4029 if ((tcp_pacing_limit == -1) || in tcp_can_enable_pacing()
4030 (tcp_pacing_limit > number_of_tcp_connections_pacing)) { in tcp_can_enable_pacing()
4088 if (tcp_pacing_limit != -1) { in tcp_decrement_paced_conn()
4090 tcp_pacing_limit = 0; in tcp_decrement_paced_conn()