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()
297 u32 max_packets_out; /* max packets_out in last window */ member
1885 tp->packets_out > tp->max_packets_out)) { in tcp_cwnd_validate()1887 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()
3142 tp->max_packets_out = 0; in tcp_disconnect()
1310 return tcp_snd_cwnd(tp) < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()
Completed in 25 milliseconds