Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc_chd.c123 #define V_chd_qthresh VNET(chd_qthresh) macro
163 if (qdly < V_chd_qthresh) { in should_backoff()
166 (V_chd_qthresh - V_chd_qmin)) * in should_backoff()
169 if (qdly > V_chd_qthresh) { in should_backoff()
171 (maxqdly - V_chd_qthresh)) * in should_backoff()
354 if (!IN_RECOVERY(CCV(ccv, t_flags)) && qdly > V_chd_qthresh) { in chd_cong_signal()
455 new = V_chd_qthresh; in chd_qthresh_handler()
461 V_chd_qthresh = new; in chd_qthresh_handler()