Searched refs:tcp_cong_avoid_ai (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/net/ipv4/ |
D | tcp_yeah.c | 74 tcp_cong_avoid_ai(tp, min(tcp_snd_cwnd(tp), TCP_SCALABLE_AI_CNT), in tcp_yeah_cong_avoid() 78 tcp_cong_avoid_ai(tp, tcp_snd_cwnd(tp), acked); in tcp_yeah_cong_avoid()
|
D | tcp_scalable.c | 30 tcp_cong_avoid_ai(tp, min(tcp_snd_cwnd(tp), TCP_SCALABLE_AI_CNT), in tcp_scalable_cong_avoid()
|
D | tcp_cong.c | 420 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked) in tcp_cong_avoid_ai() function 437 EXPORT_SYMBOL_GPL(tcp_cong_avoid_ai); 460 tcp_cong_avoid_ai(tp, tcp_snd_cwnd(tp), acked); in tcp_reno_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 | 167 tcp_cong_avoid_ai(tp, tcp_snd_cwnd(tp), acked); in tcp_veno_cong_avoid()
|
D | tcp_bic.c | 154 tcp_cong_avoid_ai(tp, ca->cnt, acked); in bictcp_cong_avoid()
|
D | bpf_tcp_ca.c | 205 BTF_ID_FLAGS(func, tcp_cong_avoid_ai)
|
D | tcp_cubic.c | 338 tcp_cong_avoid_ai(tp, ca->cnt, acked); in cubictcp_cong_avoid()
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | bpf_tcp_helpers.h | 231 extern void tcp_cong_avoid_ai(struct tcp_sock *tp, __u32 w, __u32 acked) __ksym;
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | bpf_cubic.c | 397 tcp_cong_avoid_ai(tp, ca->cnt, acked); in BPF_STRUCT_OPS()
|
/linux-6.1.9/include/net/ |
D | tcp.h | 1132 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked);
|