Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dtcp_scalable.c22 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.c63 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_nv.c187 if (!tcp_is_cwnd_limited(sk)) in tcpnv_cong_avoid()
Dtcp_cong.c440 if (!tcp_is_cwnd_limited(sk)) in tcp_reno_cong_avoid()
Dtcp_cubic.c327 if (!tcp_is_cwnd_limited(sk)) in cubictcp_cong_avoid()
Dtcp_output.c1893 if (tcp_is_cwnd_limited(sk)) { in tcp_cwnd_validate()
/Linux-v5.15/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h200 static __always_inline bool tcp_is_cwnd_limited(const struct sock *sk) in tcp_is_cwnd_limited() function
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c392 if (!tcp_is_cwnd_limited(sk)) in BPF_STRUCT_OPS()
/Linux-v5.15/include/net/
Dtcp.h1270 static inline bool tcp_is_cwnd_limited(const struct sock *sk) in tcp_is_cwnd_limited() function