Home
last modified time | relevance | path

Searched refs:tcp_may_raise_cwnd (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cc_cubic.c105 static bool tcp_may_raise_cwnd(const struct sock *sk, const int flag) in tcp_may_raise_cwnd() function
144 } else if (tcp_may_raise_cwnd(sk, flag)) { in BPF_PROG()
/linux/net/ipv4/
H A Dtcp_input.c3583 static inline bool tcp_may_raise_cwnd(const struct sock *sk, const int flag) in tcp_may_raise_cwnd() function
3616 } else if (tcp_may_raise_cwnd(sk, flag)) { in tcp_cong_control()