Home
last modified time | relevance | path

Searched refs:max_packets_out (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h74 __u32 max_packets_out; member
209 return tp->snd_cwnd < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h268 u32 max_packets_out; /* max packets_out in last window */ member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c1889 tp->packets_out > tp->max_packets_out)) { in tcp_cwnd_validate()
1891 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()
H A Dtcp.c2779 tp->max_packets_out = 0; in tcp_disconnect()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1284 return tp->snd_cwnd < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()