Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.c197 hit_callout_thresh:1, member
1688 if ((hpts->p_on_queue_cnt > conn_cnt_thresh) && (hpts->hit_callout_thresh == 0)) { in tcp_hpts_thread()
1689 hpts->hit_callout_thresh = 1; in tcp_hpts_thread()
1691 } else if ((hpts->p_on_queue_cnt <= conn_cnt_thresh) && (hpts->hit_callout_thresh == 1)) { in tcp_hpts_thread()
1692 hpts->hit_callout_thresh = 0; in tcp_hpts_thread()