Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_yeah.c25 #define TCP_YEAH_ZETA 50 /* minimum number of state switches to reset reno_count */
37 u32 reno_count; member
51 yeah->reno_count = 2; in tcp_yeah_init()
141 tp->snd_cwnd > 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(tp->snd_cwnd>>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 in tcp_yeah_ssthresh()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_yeah.c25 #define TCP_YEAH_ZETA 50 /* minimum number of state switches to reset reno_count */
37 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 in tcp_yeah_ssthresh()
[all...]

Completed in 1 milliseconds