Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_scalable.c23 if (!tcp_is_cwnd_limited(sk)) in tcp_scalable_cong_avoid()
Dtcp_highspeed.c117 if (!tcp_is_cwnd_limited(sk)) in hstcp_cong_avoid()
Dtcp_cdg.c152 if (ca->last_ack == 0 || !tcp_is_cwnd_limited(sk)) { in tcp_cdg_hystart_update()
287 if (!tcp_is_cwnd_limited(sk)) { in tcp_cdg_cong_avoid()
Dtcp_hybla.c103 if (!tcp_is_cwnd_limited(sk)) in hybla_cong_avoid()
Dtcp_veno.c130 if (!tcp_is_cwnd_limited(sk)) in tcp_veno_cong_avoid()
Dtcp_yeah.c77 if (!tcp_is_cwnd_limited(sk)) in tcp_yeah_cong_avoid()
Dtcp_bic.c145 if (!tcp_is_cwnd_limited(sk)) in bictcp_cong_avoid()
Dtcp_illinois.c269 if (!tcp_is_cwnd_limited(sk)) in tcp_illinois_cong_avoid()
Dtcp_htcp.c236 if (!tcp_is_cwnd_limited(sk)) in htcp_cong_avoid()
Dtcp_cong.c438 if (!tcp_is_cwnd_limited(sk)) in tcp_reno_cong_avoid()
Dtcp_nv.c187 if (!tcp_is_cwnd_limited(sk)) in tcpnv_cong_avoid()
Dtcp_cubic.c340 if (!tcp_is_cwnd_limited(sk)) in bictcp_cong_avoid()
Dtcp_output.c1653 if (tcp_is_cwnd_limited(sk)) { in tcp_cwnd_validate()
/Linux-v5.4/include/net/
Dtcp.h1238 static inline bool tcp_is_cwnd_limited(const struct sock *sk) in tcp_is_cwnd_limited() function