Home
last modified time | relevance | path

Searched refs:max_packets_out (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h74 __u32 max_packets_out; member
209 return tp->snd_cwnd < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H 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()
/kernel/linux/linux-5.10/include/linux/
H A Dtcp.h267 u32 max_packets_out; /* max packets_out in last window */ member
/kernel/linux/linux-6.6/include/linux/
H A Dtcp.h299 u32 max_packets_out; /* max packets_out in last window */ member
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_output.c1884 * chose to not update tp->max_packets_out to avoid an extra else in tcp_cwnd_validate()
1890 tp->packets_out > tp->max_packets_out)) { in tcp_cwnd_validate()
1892 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()
H A Dtcp.c2869 tp->max_packets_out = 0; in tcp_disconnect()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_output.c1885 * chose to not update tp->max_packets_out to avoid an extra else in tcp_cwnd_validate()
1891 tp->packets_out > tp->max_packets_out)) { in tcp_cwnd_validate()
1893 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()
H A Dtcp.c3040 tp->max_packets_out = 0; in tcp_disconnect()
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h1290 return tp->snd_cwnd < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h1311 return tcp_snd_cwnd(tp) < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()

Completed in 32 milliseconds