Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_veno.c22 #define V_PARAM_SHIFT 1 macro
23 static const int beta = 3 << V_PARAM_SHIFT;
148 target_cwnd <<= V_PARAM_SHIFT; in tcp_veno_cong_avoid()
151 veno->diff = (tp->snd_cwnd << V_PARAM_SHIFT) - target_cwnd; in tcp_veno_cong_avoid()