Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_illinois.c28 #define BETA_SHIFT 6 macro
29 #define BETA_SCALE (1u<<BETA_SHIFT)
300 return max(tp->snd_cwnd - ((tp->snd_cwnd * ca->beta) >> BETA_SHIFT), 2U); in tcp_illinois_ssthresh()