Searched refs:max_packets_out (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ | ||
| D | tcp.h | 322 u32 max_packets_out; /* max packets_out in last window */ member |
| /include/net/ | ||
| D | tcp.h | 1414 return tcp_snd_cwnd(tp) < 2 * tp->max_packets_out; in tcp_is_cwnd_limited() |