Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_yeah.c38 u32 fast_count; member
180 yeah->fast_count++; in tcp_yeah_cong_avoid()
182 if (yeah->fast_count > TCP_YEAH_ZETA) { in tcp_yeah_cong_avoid()
184 yeah->fast_count = 0; in tcp_yeah_cong_avoid()
221 yeah->fast_count = 0; in tcp_yeah_ssthresh()