Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/include/linux/
Dtcp.h299 u32 max_packets_out; /* max packets_out in last window */ member
/Linux-v6.6/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.c3029 tp->max_packets_out = 0; in tcp_disconnect()
/Linux-v6.6/include/net/
Dtcp.h1309 return tcp_snd_cwnd(tp) < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()