Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_yeah.c36 u32 reno_count; member
52 yeah->reno_count = 2; in tcp_yeah_init()
158 tp->snd_cwnd > yeah->reno_count) { in tcp_yeah_cong_avoid()
165 yeah->reno_count); in tcp_yeah_cong_avoid()
170 if (yeah->reno_count <= 2) in tcp_yeah_cong_avoid()
171 yeah->reno_count = max(tp->snd_cwnd>>1, 2U); in tcp_yeah_cong_avoid()
173 yeah->reno_count++; in tcp_yeah_cong_avoid()
181 yeah->reno_count = 2; in tcp_yeah_cong_avoid()
220 yeah->reno_count = max(yeah->reno_count>>1, 2U); in tcp_yeah_ssthresh()