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

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

Completed in 56 milliseconds