Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc_chd.c128 #define V_chd_pmax VNET(chd_pmax) macro
170 p = (((RANDOM_MAX / 100) * V_chd_pmax) / in should_backoff()
175 p = (((RANDOM_MAX / 100) * V_chd_pmax) / in should_backoff()
181 p = (RANDOM_MAX / 100) * V_chd_pmax; in should_backoff()
449 new = V_chd_pmax; in chd_pmax_handler()
455 V_chd_pmax = new; in chd_pmax_handler()