Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h74 __u32 max_packets_out; member
209 return tp->snd_cwnd < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()
/kernel/linux/linux-5.10/include/linux/
Dtcp.h267 u32 max_packets_out; /* max packets_out in last window */ member
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_output.c1891 tp->packets_out > tp->max_packets_out)) { in tcp_cwnd_validate()
1893 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()
Dtcp.c2831 tp->max_packets_out = 0; in tcp_disconnect()
/kernel/linux/linux-5.10/include/net/
Dtcp.h1285 return tp->snd_cwnd < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()