Home
last modified time | relevance | path

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

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