Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/include/linux/
H A Dtcp.h299 u32 max_packets_out; /* max packets_out in last window */ member
/openbmc/linux/net/ipv4/
H A Dtcp_output.c1898 tp->packets_out > tp->max_packets_out)) { in tcp_cwnd_validate()
1900 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()
H A Dtcp.c3068 tp->max_packets_out = 0; in tcp_disconnect()
/openbmc/linux/include/net/
H A Dtcp.h1329 return tcp_snd_cwnd(tp) < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()