Home
last modified time | relevance | path

Searched refs:tcp_cong_avoid_ai (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv4/
H A Dtcp_scalable.c30 tcp_cong_avoid_ai(tp, min(tcp_snd_cwnd(tp), TCP_SCALABLE_AI_CNT), in tcp_scalable_cong_avoid()
H A Dtcp_cong.c470 __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 Dbpf_tcp_ca.c196 BTF_ID_FLAGS(func, tcp_cong_avoid_ai)
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c26 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 Dtcp.h1405 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked);