Home
last modified time | relevance | path

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

/linux-3.3/net/ipv4/
Dtcp_cong.c342 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w) in tcp_cong_avoid_ai() function
352 EXPORT_SYMBOL_GPL(tcp_cong_avoid_ai);
383 tcp_cong_avoid_ai(tp, tp->snd_cwnd); in tcp_reno_cong_avoid()
Dtcp_scalable.c28 tcp_cong_avoid_ai(tp, min(tp->snd_cwnd, TCP_SCALABLE_AI_CNT)); in tcp_scalable_cong_avoid()
Dtcp_veno.c162 tcp_cong_avoid_ai(tp, tp->snd_cwnd); in tcp_veno_cong_avoid()
Dtcp_yeah.c97 tcp_cong_avoid_ai(tp, tp->snd_cwnd); in tcp_yeah_cong_avoid()
Dtcp_bic.c155 tcp_cong_avoid_ai(tp, ca->cnt); in bictcp_cong_avoid()
Dtcp_cubic.c319 tcp_cong_avoid_ai(tp, ca->cnt); in bictcp_cong_avoid()
/linux-3.3/include/net/
Dtcp.h739 extern void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w);