tcp_cong_avoid_ai
void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked);
BTF_ID_FLAGS(func, tcp_cong_avoid_ai)
tcp_cong_avoid_ai(tp, ca->cnt, acked);
EXPORT_SYMBOL_GPL(tcp_cong_avoid_ai);
tcp_cong_avoid_ai(tp, tcp_snd_cwnd(tp), acked);
tcp_cong_avoid_ai(tp, ca->cnt, acked);
tcp_cong_avoid_ai(tp, cnt, acked);
tcp_cong_avoid_ai(tp, cnt, acked);
tcp_cong_avoid_ai(tp, min(tcp_snd_cwnd(tp), TCP_SCALABLE_AI_CNT),
tcp_cong_avoid_ai(tp, tcp_snd_cwnd(tp), acked);
tcp_cong_avoid_ai(tp, min(tcp_snd_cwnd(tp), TCP_SCALABLE_AI_CNT),
tcp_cong_avoid_ai(tp, tcp_snd_cwnd(tp), acked);
extern void tcp_cong_avoid_ai(struct tcp_sock *tp, __u32 w, __u32 acked) __ksym;
tcp_cong_avoid_ai(tp, ca->cnt, acked);