Searched refs:max_packets_out (Results 1 – 5 of 5) sorted by relevance
84 __u32 max_packets_out; member211 return tp->snd_cwnd < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()
299 u32 max_packets_out; /* max packets_out in last window */ member
1898 tp->packets_out > tp->max_packets_out)) { in tcp_cwnd_validate()1900 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()
3068 tp->max_packets_out = 0; in tcp_disconnect()
1329 return tcp_snd_cwnd(tp) < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()