Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h84 __u32 max_packets_out; member
211 return tp->snd_cwnd < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()
/linux-5.19.10/include/linux/
Dtcp.h267 u32 max_packets_out; /* max packets_out in last window */ member
/linux-5.19.10/net/ipv4/
Dtcp_output.c1882 tp->packets_out > tp->max_packets_out || in tcp_cwnd_validate()
1884 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()
/linux-5.19.10/include/net/
Dtcp.h1294 return tcp_snd_cwnd(tp) < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()