Searched refs:max_packets_out (Results 1 – 5 of 5) sorted by relevance
74 __u32 max_packets_out; member209 return tp->snd_cwnd < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()
267 u32 max_packets_out; /* max packets_out in last window */ member
1889 tp->packets_out > tp->max_packets_out)) { in tcp_cwnd_validate()1891 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()
2814 tp->max_packets_out = 0; in tcp_disconnect()
1285 return tp->snd_cwnd < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()