Searched refs:tcp_cong_avoid_ai (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_scalable.c | 30 tcp_cong_avoid_ai(tp, min(tcp_snd_cwnd(tp), TCP_SCALABLE_AI_CNT), in tcp_scalable_cong_avoid()
|
| H A D | tcp_cong.c | 470 __bpf_kfunc void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked) in tcp_cong_avoid_ai() function 487 EXPORT_SYMBOL_GPL(tcp_cong_avoid_ai); 510 tcp_cong_avoid_ai(tp, tcp_snd_cwnd(tp), acked); in tcp_reno_cong_avoid()
|
| H A D | bpf_tcp_ca.c | 196 BTF_ID_FLAGS(func, tcp_cong_avoid_ai)
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_cubic.c | 26 extern void tcp_cong_avoid_ai(struct tcp_sock *tp, __u32 w, __u32 acked) __ksym; 406 tcp_cong_avoid_ai(tp, ca->cnt, acked); in BPF_PROG()
|
| /linux/include/net/ |
| H A D | tcp.h | 1405 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked);
|