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

/linux-4.4.14/net/ipv4/
H A Dtcp_scalable.c15 #define TCP_SCALABLE_AI_CNT 50U macro
28 tcp_cong_avoid_ai(tp, min(tp->snd_cwnd, TCP_SCALABLE_AI_CNT), tcp_scalable_cong_avoid()
H A Dtcp_yeah.c26 #define TCP_SCALABLE_AI_CNT 100U macro
85 if (tp->snd_cwnd_cnt > min(tp->snd_cwnd, TCP_SCALABLE_AI_CNT)) { tcp_yeah_cong_avoid()

Completed in 84 milliseconds