Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc_hd.c94 #define V_hd_qmin VNET(hd_qmin) macro
113 (V_hd_qthresh - V_hd_qmin)) * (qdly - V_hd_qmin); in should_backoff()
143 if (qdly > V_hd_qmin && in hd_ack_received()
204 new = V_hd_qmin; in hd_qmin_handler()
210 V_hd_qmin = new; in hd_qmin_handler()
225 if (new == 0 || new < V_hd_qmin) in hd_qthresh_handler()