Searched refs:tcp_cong_avoid_ai (Results 1 – 11 of 11) sorted by relevance
/linux-5.10/net/ipv4/ |
D | tcp_yeah.c | 74 tcp_cong_avoid_ai(tp, min(tp->snd_cwnd, TCP_SCALABLE_AI_CNT), in tcp_yeah_cong_avoid() 78 tcp_cong_avoid_ai(tp, tp->snd_cwnd, acked); in tcp_yeah_cong_avoid()
|
D | tcp_cong.c | 406 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked) in tcp_cong_avoid_ai() function 423 EXPORT_SYMBOL_GPL(tcp_cong_avoid_ai); 446 tcp_cong_avoid_ai(tp, tp->snd_cwnd, acked); in tcp_reno_cong_avoid()
|
D | tcp_scalable.c | 30 tcp_cong_avoid_ai(tp, min(tp->snd_cwnd, TCP_SCALABLE_AI_CNT), in tcp_scalable_cong_avoid()
|
D | tcp_nv.c | 202 tcp_cong_avoid_ai(tp, cnt, acked); in tcpnv_cong_avoid() 205 tcp_cong_avoid_ai(tp, cnt, acked); in tcpnv_cong_avoid()
|
D | tcp_veno.c | 167 tcp_cong_avoid_ai(tp, tp->snd_cwnd, acked); in tcp_veno_cong_avoid()
|
D | tcp_bic.c | 154 tcp_cong_avoid_ai(tp, ca->cnt, acked); in bictcp_cong_avoid()
|
D | tcp_cubic.c | 347 tcp_cong_avoid_ai(tp, ca->cnt, acked); in bictcp_cong_avoid()
|
/linux-5.10/tools/testing/selftests/bpf/ |
D | bpf_tcp_helpers.h | 214 static __always_inline void tcp_cong_avoid_ai(struct tcp_sock *tp, __u32 w, __u32 acked) in tcp_cong_avoid_ai() function
|
/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | bpf_dctcp.c | 212 tcp_cong_avoid_ai(tp, tp->snd_cwnd, acked); in BPF_PROG()
|
D | bpf_cubic.c | 403 tcp_cong_avoid_ai(tp, ca->cnt, acked); in BPF_STRUCT_OPS()
|
/linux-5.10/include/net/ |
D | tcp.h | 1109 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked);
|