Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/cc/
H A Dcc_hd.c117 should_backoff(int qdly, int maxqdly) in should_backoff() argument
127 (maxqdly - V_hd_qthresh)) * (maxqdly - qdly); in should_backoff()
H A Dcc_chd.c161 should_backoff(int qdly, int maxqdly, struct chd *chd_data) in should_backoff() argument
175 (maxqdly - V_chd_qthresh)) * in should_backoff()
176 (maxqdly - qdly); in should_backoff()