Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_cong.c408 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked) in tcp_cong_avoid_ai() function
425 EXPORT_SYMBOL_GPL(tcp_cong_avoid_ai);
448 tcp_cong_avoid_ai(tp, tp->snd_cwnd, acked); in tcp_reno_cong_avoid()
Dtcp_scalable.c29 tcp_cong_avoid_ai(tp, min(tp->snd_cwnd, TCP_SCALABLE_AI_CNT), in tcp_scalable_cong_avoid()
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()
Dtcp_veno.c164 tcp_cong_avoid_ai(tp, tp->snd_cwnd, 1); in tcp_veno_cong_avoid()
Dtcp_yeah.c97 tcp_cong_avoid_ai(tp, tp->snd_cwnd, 1); in tcp_yeah_cong_avoid()
Dtcp_bic.c152 tcp_cong_avoid_ai(tp, ca->cnt, 1); in bictcp_cong_avoid()
Dtcp_cubic.c351 tcp_cong_avoid_ai(tp, ca->cnt, acked); in bictcp_cong_avoid()