Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_yeah.c37 u32 reno_count; member
53 yeah->reno_count = 2; in tcp_yeah_init()
160 tp->snd_cwnd > yeah->reno_count) { in tcp_yeah_cong_avoid()
167 yeah->reno_count); in tcp_yeah_cong_avoid()
172 if (yeah->reno_count <= 2) in tcp_yeah_cong_avoid()
173 yeah->reno_count = max(tp->snd_cwnd>>1, 2U); in tcp_yeah_cong_avoid()
175 yeah->reno_count++; in tcp_yeah_cong_avoid()
183 yeah->reno_count = 2; in tcp_yeah_cong_avoid()
222 yeah->reno_count = max(yeah->reno_count>>1, 2U); in tcp_yeah_ssthresh()