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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_veno.c20 * with V_PARAM_SHIFT bits to the right of the binary point.
22 #define V_PARAM_SHIFT 1 macro
23 static const int beta = 3 << V_PARAM_SHIFT;
148 target_cwnd <<= V_PARAM_SHIFT; local
151 veno->diff = (tp->snd_cwnd << V_PARAM_SHIFT) - target_cwnd;

Completed in 100 milliseconds