Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_yeah.c74 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()
H A Dtcp_cong.c410 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked) in tcp_cong_avoid_ai() function
427 EXPORT_SYMBOL_GPL(tcp_cong_avoid_ai);
450 tcp_cong_avoid_ai(tp, tp->snd_cwnd, acked); in tcp_reno_cong_avoid()
H A Dtcp_scalable.c30 tcp_cong_avoid_ai(tp, min(tp->snd_cwnd, TCP_SCALABLE_AI_CNT), in tcp_scalable_cong_avoid()
H A Dtcp_nv.c202 tcp_cong_avoid_ai(tp, cnt, acked); in tcpnv_cong_avoid()
205 tcp_cong_avoid_ai(tp, cnt, acked); in tcpnv_cong_avoid()
H A Dtcp_veno.c167 tcp_cong_avoid_ai(tp, tp->snd_cwnd, acked); in tcp_veno_cong_avoid()
H A Dtcp_bic.c154 tcp_cong_avoid_ai(tp, ca->cnt, acked); in bictcp_cong_avoid()
H A Dtcp_cubic.c345 tcp_cong_avoid_ai(tp, ca->cnt, acked); in bictcp_cong_avoid()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h214 static __always_inline void tcp_cong_avoid_ai(struct tcp_sock *tp, __u32 w, __u32 acked) in tcp_cong_avoid_ai() function
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c212 tcp_cong_avoid_ai(tp, tp->snd_cwnd, acked); in BPF_PROG()
H A Dbpf_cubic.c403 tcp_cong_avoid_ai(tp, ca->cnt, acked); in BPF_STRUCT_OPS()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1116 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked);