Home
last modified time | relevance | path

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

/Linux-v6.6/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.c186 if (!tcp_is_cwnd_limited(sk)) in tcpnv_cong_avoid()
Dtcp_cubic.c329 if (!tcp_is_cwnd_limited(sk)) in cubictcp_cong_avoid()
Dtcp_cong.c502 if (!tcp_is_cwnd_limited(sk)) in tcp_reno_cong_avoid()
Dtcp_output.c1897 if (tcp_is_cwnd_limited(sk)) { in tcp_cwnd_validate()
/Linux-v6.6/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h205 static __always_inline bool tcp_is_cwnd_limited(const struct sock *sk) in tcp_is_cwnd_limited() function
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c386 if (!tcp_is_cwnd_limited(sk)) in BPF_STRUCT_OPS()
/Linux-v6.6/include/net/
Dtcp.h1300 static inline bool tcp_is_cwnd_limited(const struct sock *sk) in tcp_is_cwnd_limited() function