Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h80 __u32 max_packets_out; member
206 return tp->snd_cwnd < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()
/Linux-v5.15/include/linux/
Dtcp.h267 u32 max_packets_out; /* max packets_out in last window */ member
/Linux-v5.15/net/ipv4/
Dtcp_output.c1886 tp->packets_out > tp->max_packets_out || in tcp_cwnd_validate()
1888 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()
/Linux-v5.15/include/net/
Dtcp.h1276 return tp->snd_cwnd < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()