Searched refs:tcp_cong_avoid_ai (Results 1 – 8 of 8) sorted by relevance
| /net/ipv4/ |
| A 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()
|
| A D | tcp_cong.c | 469 __bpf_kfunc void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked) in tcp_cong_avoid_ai() function 486 EXPORT_SYMBOL_GPL(tcp_cong_avoid_ai); 509 tcp_cong_avoid_ai(tp, tcp_snd_cwnd(tp), acked); in tcp_reno_cong_avoid()
|
| 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()
|
| A 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()
|
| A D | tcp_veno.c | 167 tcp_cong_avoid_ai(tp, tcp_snd_cwnd(tp), acked); in tcp_veno_cong_avoid()
|
| A D | tcp_bic.c | 154 tcp_cong_avoid_ai(tp, ca->cnt, acked); in bictcp_cong_avoid()
|
| A D | bpf_tcp_ca.c | 196 BTF_ID_FLAGS(func, tcp_cong_avoid_ai)
|
| A D | tcp_cubic.c | 338 tcp_cong_avoid_ai(tp, ca->cnt, acked); in cubictcp_cong_avoid()
|
Completed in 17 milliseconds