Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_veno.c23 #define V_PARAM_SHIFT 1 macro
24 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()