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

/freebsd-10.3-release/sys/netinet/cc/
H A Dcc_chd.c126 #define V_chd_pmax VNET(chd_pmax) macro
166 p = (((RANDOM_MAX / 100) * V_chd_pmax) /
171 p = (((RANDOM_MAX / 100) * V_chd_pmax) /
177 p = (RANDOM_MAX / 100) * V_chd_pmax;
439 new = V_chd_pmax;
446 V_chd_pmax = new;

Completed in 57 milliseconds