Home
last modified time | relevance | path

Searched refs:tcp_may_raise_cwnd (Results 1 – 3 of 3) 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/Documentation/networking/net_cachelines/
H A Dnetns_ipv4_sysctl.rst76 …ing - read_mostly tcp_may_raise_cwnd/tcp_cong_con…
/linux/net/ipv4/
H A Dtcp_input.c3519 static inline bool tcp_may_raise_cwnd(const struct sock *sk, const int flag) in tcp_may_raise_cwnd() function
3552 } else if (tcp_may_raise_cwnd(sk, flag)) { in tcp_cong_control()