Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc_hd.c93 #define V_hd_qthresh VNET(hd_qthresh) macro
111 if (qdly < V_hd_qthresh) { in should_backoff()
113 (V_hd_qthresh - V_hd_qmin)) * (qdly - V_hd_qmin); in should_backoff()
115 if (qdly > V_hd_qthresh) in should_backoff()
117 (maxqdly - V_hd_qthresh)) * (maxqdly - qdly); in should_backoff()
140 if (e_t->rtt && e_t->minrtt && V_hd_qthresh > 0) { in hd_ack_received()
207 if (new > V_hd_qthresh) in hd_qmin_handler()
222 new = V_hd_qthresh; in hd_qthresh_handler()
228 V_hd_qthresh = new; in hd_qthresh_handler()