Searched refs:V_PARAM_SHIFT (Results 1 – 1 of 1) sorted by relevance
23 #define V_PARAM_SHIFT 1 macro24 static const int beta = 3 << V_PARAM_SHIFT;150 target_cwnd <<= V_PARAM_SHIFT; in tcp_veno_cong_avoid()153 veno->diff = (tcp_snd_cwnd(tp) << V_PARAM_SHIFT) - target_cwnd; in tcp_veno_cong_avoid()