Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc_chd.c125 #define V_chd_pmax VNET(chd_pmax) macro
165 p = (((RANDOM_MAX / 100) * V_chd_pmax) / in should_backoff()
170 p = (((RANDOM_MAX / 100) * V_chd_pmax) / in should_backoff()
176 p = (RANDOM_MAX / 100) * V_chd_pmax; in should_backoff()
437 new = V_chd_pmax; in chd_pmax_handler()
443 V_chd_pmax = new; in chd_pmax_handler()