Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h174 return tp->snd_cwnd < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()
/linux-6.15/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst84 u32 max_packets_out read_write tcp_c…
/linux-6.15/include/linux/
H A Dtcp.h325 u32 max_packets_out; /* max packets_out in last window */ member
/linux-6.15/net/ipv4/
H A Dtcp_output.c1940 tp->packets_out > tp->max_packets_out)) { in tcp_cwnd_validate()
1942 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()
H A Dtcp.c3361 tp->max_packets_out = 0; in tcp_disconnect()
5103 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_rx, max_packets_out); in tcp_struct_check()
/linux-6.15/include/net/
H A Dtcp.h1467 return tcp_snd_cwnd(tp) < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()