Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_yeah.c37 u32 reno_count; member
51 yeah->reno_count = 2; in tcp_yeah_init()
141 tcp_snd_cwnd(tp) > yeah->reno_count) { in tcp_yeah_cong_avoid()
148 yeah->reno_count)); in tcp_yeah_cong_avoid()
153 if (yeah->reno_count <= 2) in tcp_yeah_cong_avoid()
154 yeah->reno_count = max(tcp_snd_cwnd(tp)>>1, 2U); in tcp_yeah_cong_avoid()
156 yeah->reno_count++; in tcp_yeah_cong_avoid()
164 yeah->reno_count = 2; in tcp_yeah_cong_avoid()
203 yeah->reno_count = max(yeah->reno_count>>1, 2U); in tcp_yeah_ssthresh()