Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A 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/include/linux/
A Dtcp.h267 u32 max_packets_out; /* max packets_out in last window */ member
/linux/net/ipv4/
A Dtcp_output.c1881 tp->packets_out > tp->max_packets_out || in tcp_cwnd_validate()
1883 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()
/linux/include/net/
A Dtcp.h1281 return tp->snd_cwnd < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()

Completed in 25 milliseconds