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

/freebsd-10.3-release/sys/netinet/cc/
H A Dcc_hd.c96 #define V_hd_pmax VNET(hd_pmax) macro
113 p = (((RANDOM_MAX / 100) * V_hd_pmax) /
117 p = (((RANDOM_MAX / 100) * V_hd_pmax) /
120 p = (RANDOM_MAX / 100) * V_hd_pmax;
187 new = V_hd_pmax;
194 V_hd_pmax = new;

Completed in 100 milliseconds