Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_illinois.c22 #define ALPHA_SHIFT 7 macro
23 #define ALPHA_SCALE (1u<<ALPHA_SHIFT)
286 delta = (tp->snd_cwnd_cnt * ca->alpha) >> ALPHA_SHIFT; in tcp_illinois_cong_avoid()