Searched refs:tcp_cong_avoid_ai (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | tcp_cong.c | 407 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked) in tcp_cong_avoid_ai() function 424 EXPORT_SYMBOL_GPL(tcp_cong_avoid_ai); 447 tcp_cong_avoid_ai(tp, tp->snd_cwnd, acked); in tcp_reno_cong_avoid()
|
D | tcp_scalable.c | 28 tcp_cong_avoid_ai(tp, min(tp->snd_cwnd, TCP_SCALABLE_AI_CNT), in tcp_scalable_cong_avoid()
|
D | tcp_nv.c | 201 tcp_cong_avoid_ai(tp, cnt, acked); in tcpnv_cong_avoid() 204 tcp_cong_avoid_ai(tp, cnt, acked); in tcpnv_cong_avoid()
|
D | tcp_veno.c | 163 tcp_cong_avoid_ai(tp, tp->snd_cwnd, 1); in tcp_veno_cong_avoid()
|
D | tcp_yeah.c | 96 tcp_cong_avoid_ai(tp, tp->snd_cwnd, 1); in tcp_yeah_cong_avoid()
|
D | tcp_bic.c | 151 tcp_cong_avoid_ai(tp, ca->cnt, 1); in bictcp_cong_avoid()
|
D | tcp_cubic.c | 350 tcp_cong_avoid_ai(tp, ca->cnt, acked); in bictcp_cong_avoid()
|
/Linux-v4.19/include/net/ |
D | tcp.h | 1057 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked);
|