Searched refs:tcp_is_cwnd_limited (Results 1 – 17 of 17) sorted by relevance
22 if (!tcp_is_cwnd_limited(sk)) in tcp_scalable_cong_avoid()
117 if (!tcp_is_cwnd_limited(sk)) in hstcp_cong_avoid()
152 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()
103 if (!tcp_is_cwnd_limited(sk)) in hybla_cong_avoid()
130 if (!tcp_is_cwnd_limited(sk)) in tcp_veno_cong_avoid()
63 if (!tcp_is_cwnd_limited(sk)) in tcp_yeah_cong_avoid()
145 if (!tcp_is_cwnd_limited(sk)) in bictcp_cong_avoid()
269 if (!tcp_is_cwnd_limited(sk)) in tcp_illinois_cong_avoid()
236 if (!tcp_is_cwnd_limited(sk)) in htcp_cong_avoid()
187 if (!tcp_is_cwnd_limited(sk)) in tcpnv_cong_avoid()
440 if (!tcp_is_cwnd_limited(sk)) in tcp_reno_cong_avoid()
336 if (!tcp_is_cwnd_limited(sk)) in bictcp_cong_avoid()
1891 if (tcp_is_cwnd_limited(sk)) { in tcp_cwnd_validate()
203 static __always_inline bool tcp_is_cwnd_limited(const struct sock *sk) in tcp_is_cwnd_limited() function
202 if (!tcp_is_cwnd_limited(sk)) in BPF_PROG()
392 if (!tcp_is_cwnd_limited(sk)) in BPF_STRUCT_OPS()
1267 static inline bool tcp_is_cwnd_limited(const struct sock *sk) in tcp_is_cwnd_limited() function