Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_yeah.c37 u32 fast_count; member
178 yeah->fast_count++; in tcp_yeah_cong_avoid()
180 if (yeah->fast_count > TCP_YEAH_ZETA) { in tcp_yeah_cong_avoid()
182 yeah->fast_count = 0; in tcp_yeah_cong_avoid()
219 yeah->fast_count = 0; in tcp_yeah_ssthresh()