Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc_chd.c127 #define V_chd_qmin VNET(chd_qmin) macro
171 (V_chd_qthresh - V_chd_qmin)) * in should_backoff()
172 (qdly - V_chd_qmin); in should_backoff()
263 if (qdly > V_chd_qmin) { in chd_ack_received()
470 if (new <= V_chd_qmin) in chd_qthresh_handler()