Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc_hd.c107 should_backoff(int qdly, int maxqdly) in should_backoff() argument
117 (maxqdly - V_hd_qthresh)) * (maxqdly - qdly); in should_backoff()
H A Dcc_chd.c157 should_backoff(int qdly, int maxqdly, struct chd *chd_data) in should_backoff() argument
171 (maxqdly - V_chd_qthresh)) * in should_backoff()
172 (maxqdly - qdly); in should_backoff()