Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_yeah.c35 u32 doing_reno_now; member
48 yeah->doing_reno_now = 0; in tcp_yeah_init()
72 if (!yeah->doing_reno_now) { in tcp_yeah_cong_avoid()
158 yeah->doing_reno_now = min(yeah->doing_reno_now + 1, in tcp_yeah_cong_avoid()
168 yeah->doing_reno_now = 0; in tcp_yeah_cong_avoid()
193 if (yeah->doing_reno_now < TCP_YEAH_RHO) { in tcp_yeah_ssthresh()