Lines Matching defs:max_window
1016 if (seq_len > tp->max_window)
1226 * the exact amount is rather hard to quantify. However, tp->max_window can
1263 return !before(start_seq, end_seq - tp->max_window);
1855 if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window))
3596 if (nwin > tp->max_window) {
3597 tp->max_window = nwin;
3812 u32 max_window;
3815 max_window = min_t(u64, tp->max_window, tp->bytes_acked);
3817 if (before(ack, prior_snd_una - max_window)) {
6413 tp->max_window = tp->snd_wnd;