Lines Matching defs:max_window
1242 if (seq_len > tp->max_window)
1444 * the exact amount is rather hard to quantify. However, tp->max_window can
1481 return !before(start_seq, end_seq - tp->max_window);
2249 if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window))
3977 if (nwin > tp->max_window) {
3978 tp->max_window = nwin;
4276 u32 max_window;
4279 max_window = min_t(u64, tp->max_window, tp->bytes_acked);
4281 if (before(ack, prior_snd_una - max_window)) {
7030 tp->max_window = tp->snd_wnd;