Searched refs:max_packets_out (Results 1 – 4 of 4) sorted by relevance
194 return tp->snd_cwnd < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()
279 u32 max_packets_out; /* max packets_out in last window */ member
2171 tp->packets_out > tp->max_packets_out)) { in tcp_cwnd_validate()2173 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()
1603 return tcp_snd_cwnd(tp) < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()