Home
last modified time | relevance | path

Searched refs:tcp_is_cwnd_limited (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_scalable.c22 if (!tcp_is_cwnd_limited(sk)) in tcp_scalable_cong_avoid()
Dtcp_highspeed.c116 if (!tcp_is_cwnd_limited(sk)) in hstcp_cong_avoid()
Dtcp_cdg.c151 if (ca->last_ack == 0 || !tcp_is_cwnd_limited(sk)) { in tcp_cdg_hystart_update()
286 if (!tcp_is_cwnd_limited(sk)) { in tcp_cdg_cong_avoid()
Dtcp_veno.c129 if (!tcp_is_cwnd_limited(sk)) in tcp_veno_cong_avoid()
Dtcp_hybla.c102 if (!tcp_is_cwnd_limited(sk)) in hybla_cong_avoid()
Dtcp_yeah.c76 if (!tcp_is_cwnd_limited(sk)) in tcp_yeah_cong_avoid()
Dtcp_bic.c144 if (!tcp_is_cwnd_limited(sk)) in bictcp_cong_avoid()
Dtcp_illinois.c268 if (!tcp_is_cwnd_limited(sk)) in tcp_illinois_cong_avoid()
Dtcp_htcp.c235 if (!tcp_is_cwnd_limited(sk)) in htcp_cong_avoid()
Dtcp_cong.c437 if (!tcp_is_cwnd_limited(sk)) in tcp_reno_cong_avoid()
Dtcp_nv.c186 if (!tcp_is_cwnd_limited(sk)) in tcpnv_cong_avoid()
Dtcp_cubic.c339 if (!tcp_is_cwnd_limited(sk)) in bictcp_cong_avoid()
Dtcp_output.c1628 if (tcp_is_cwnd_limited(sk)) { in tcp_cwnd_validate()
/Linux-v4.19/include/net/
Dtcp.h1215 static inline bool tcp_is_cwnd_limited(const struct sock *sk) in tcp_is_cwnd_limited() function