Lines Matching defs:max_window
1006 if (seq_len > tp->max_window)
1207 * the exact amount is rather hard to quantify. However, tp->max_window can
1244 return !before(start_seq, end_seq - tp->max_window);
1836 if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window))
3564 if (nwin > tp->max_window) {
3565 tp->max_window = nwin;
3778 u32 max_window;
3781 max_window = min_t(u64, tp->max_window, tp->bytes_acked);
3783 if (before(ack, prior_snd_una - max_window)) {
6319 tp->max_window = tp->snd_wnd;