Searched refs:max_sndwnd (Results 1 – 6 of 6) sorted by relevance
477 uint32_t max_sndwnd; /* largest window peer has offered */ member1164 u_int32_t max_sndwnd; /* largest window peer has offered */ member1578 u_int32_t max_sndwnd; /* largest window peer has offered */ member1661 u_int32_t max_sndwnd; /* largest window peer has offered */ member
273 xt->max_sndwnd = tp->max_sndwnd; in tcpcb_to_xtcpcb_n()
1739 if (tp->snd_wnd > tp->max_sndwnd) { in tcp_update_window()1740 tp->max_sndwnd = tp->snd_wnd; in tcp_update_window()3635 tp->max_sndwnd = tp->snd_wnd; in tcp_input()3761 tp->max_sndwnd = tp->snd_wnd; in tcp_input()4661 tp->max_sndwnd = tp->snd_wnd; in tcp_input()4883 if (SEQ_LT(th->th_ack, tp->snd_una - tp->max_sndwnd)) { in tcp_input()
1950 otp->max_sndwnd = tp->max_sndwnd; in tcpcb_to_otcpcb()2134 otp->max_sndwnd = tp->max_sndwnd; in tcpcb_to_xtcpcb64()
454 tp->max_sndwnd = tp->snd_wnd; in tcp_connect_complete()1088 tp->max_sndwnd = tp->snd_wnd; in tcp_send_implied_connect()
1637 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0) { in tcp_output()