Searched refs:max_sndwnd (Results 1 – 5 of 5) sorted by relevance
212 if (tp->snd_wnd > tp->max_sndwnd) in tcp_do_fastack()213 tp->max_sndwnd = tp->snd_wnd; in tcp_do_fastack()1446 if (tp->snd_wnd > tp->max_sndwnd) in tcp_do_slowpath()1447 tp->max_sndwnd = tp->snd_wnd; in tcp_do_slowpath()2055 if (tp->snd_wnd > tp->max_sndwnd) in tcp_fastack()2056 tp->max_sndwnd = tp->snd_wnd; in tcp_fastack()
600 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0) in tcp_output()
201 u_long max_sndwnd; /* largest window peer has offered */ member
2913 if (tp->snd_wnd > tp->max_sndwnd) in tcp_do_segment()2914 tp->max_sndwnd = tp->snd_wnd; in tcp_do_segment()
2228 tp->t_rttupdated, tp->max_sndwnd, tp->t_softerror); in db_print_tcpcb()