Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_illinois.c21 #define ALPHA_SHIFT 7 macro
22 #define ALPHA_SCALE (1u<<ALPHA_SHIFT)
284 delta = (tp->snd_cwnd_cnt * ca->alpha) >> ALPHA_SHIFT; in tcp_illinois_cong_avoid()