Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_yeah.c38 u32 fast_count; member
161 yeah->fast_count++; in tcp_yeah_cong_avoid()
163 if (yeah->fast_count > TCP_YEAH_ZETA) { in tcp_yeah_cong_avoid()
165 yeah->fast_count = 0; in tcp_yeah_cong_avoid()
202 yeah->fast_count = 0; in tcp_yeah_ssthresh()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_yeah.c38 u32 fast_count; member
161 yeah->fast_count++; in tcp_yeah_cong_avoid()
163 if (yeah->fast_count > TCP_YEAH_ZETA) { in tcp_yeah_cong_avoid()
165 yeah->fast_count = 0; in tcp_yeah_cong_avoid()
202 yeah->fast_count = 0; in tcp_yeah_ssthresh()

Completed in 2 milliseconds