Searched refs:tcp_may_raise_cwnd (Results 1 – 2 of 2) sorted by relevance
105 static bool tcp_may_raise_cwnd(const struct sock *sk, const int flag) in tcp_may_raise_cwnd() function144 } else if (tcp_may_raise_cwnd(sk, flag)) { in BPF_PROG()
3583 static inline bool tcp_may_raise_cwnd(const struct sock *sk, const int flag) in tcp_may_raise_cwnd() function3616 } else if (tcp_may_raise_cwnd(sk, flag)) { in tcp_cong_control()