Lines Matching refs:max_sndwnd
11782 seq_min = tp->snd_una - tp->max_sndwnd; in rack_process_ack()
11785 if (SEQ_GT(tp->iss + 1, tp->snd_una - tp->max_sndwnd)) { in rack_process_ack()
11794 seq_min = tp->snd_una - tp->max_sndwnd; in rack_process_ack()
12249 if (tp->snd_wnd > tp->max_sndwnd) in rack_process_data()
12250 tp->max_sndwnd = tp->snd_wnd; in rack_process_data()
12695 if (tp->snd_wnd > tp->max_sndwnd) in rack_fastack()
12696 tp->max_sndwnd = tp->snd_wnd; in rack_fastack()
15303 if (tp->snd_wnd > tp->max_sndwnd) in rack_do_win_updates()
15304 tp->max_sndwnd = tp->snd_wnd; in rack_do_win_updates()
15315 if (tp->snd_wnd > tp->max_sndwnd) in rack_do_win_updates()
15316 tp->max_sndwnd = tp->snd_wnd; in rack_do_win_updates()
20738 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0) { in rack_output()