Home
last modified time | relevance | path

Searched defs:is_cwnd_limited (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h72 is_cwnd_limited:1,/* forward progress limited by snd_cwnd? */ member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c1874 static void tcp_cwnd_validate(struct sock *sk, bool is_cwnd_limited) in tcp_cwnd_validate()
2174 bool *is_cwnd_limited, in tcp_tso_should_defer()
2607 bool is_cwnd_limited = false, is_rwnd_limited = false; in tcp_write_xmit() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h250 is_cwnd_limited:1;/* forward progress limited by snd_cwnd? */ member