Home
last modified time | relevance | path

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

/Linux-v5.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()
/Linux-v5.10/include/linux/
Dtcp.h267 u32 max_packets_out; /* max packets_out in last window */ member
/Linux-v5.10/net/ipv4/
Dtcp_output.c1883 tp->packets_out > tp->max_packets_out || in tcp_cwnd_validate()
1885 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()
/Linux-v5.10/include/net/
Dtcp.h1274 return tp->snd_cwnd < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()