Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/
A 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-6.3-rc2/include/linux/
A Dtcp.h297 u32 max_packets_out; /* max packets_out in last window */ member
/linux-6.3-rc2/net/ipv4/
A Dtcp_output.c1885 tp->packets_out > tp->max_packets_out)) { in tcp_cwnd_validate()
1887 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()
A Dtcp.c3142 tp->max_packets_out = 0; in tcp_disconnect()
/linux-6.3-rc2/include/net/
A Dtcp.h1310 return tcp_snd_cwnd(tp) < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()

Completed in 26 milliseconds