Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_yeah.c34 u32 doing_reno_now; member
49 yeah->doing_reno_now = 0; in tcp_yeah_init()
81 else if (!yeah->doing_reno_now) { in tcp_yeah_cong_avoid()
175 yeah->doing_reno_now = min(yeah->doing_reno_now + 1, in tcp_yeah_cong_avoid()
185 yeah->doing_reno_now = 0; in tcp_yeah_cong_avoid()
210 if (yeah->doing_reno_now < TCP_YEAH_RHO) { in tcp_yeah_ssthresh()