Home
last modified time | relevance | path

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

/Linux-v6.1/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.1/include/linux/
Dtcp.h297 u32 max_packets_out; /* max packets_out in last window */ member
/Linux-v6.1/net/ipv4/
Dtcp_output.c1888 tp->packets_out > tp->max_packets_out)) { in tcp_cwnd_validate()
1890 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()
Dtcp.c3140 tp->max_packets_out = 0; in tcp_disconnect()
/Linux-v6.1/include/net/
Dtcp.h1310 return tcp_snd_cwnd(tp) < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()