Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.c409 static int tcp_hpts_no_wake_over_thresh = 1; variable
418 &tcp_hpts_no_wake_over_thresh, 0,
475 if (tcp_hpts_no_wake_over_thresh && (hpts->p_on_queue_cnt >= conn_cnt_thresh)) { in tcp_wakehpts()