Searched refs:max_sndwnd (Results 1 – 6 of 6) sorted by relevance
517 uint32_t max_sndwnd; /* largest window peer has offered */ member1188 u_int32_t max_sndwnd; /* largest window peer has offered */ member1584 u_int32_t max_sndwnd; /* largest window peer has offered */ member1667 u_int32_t max_sndwnd; /* largest window peer has offered */ member
273 xt->max_sndwnd = tp->max_sndwnd; in tcpcb_to_xtcpcb_n()
1652 if (tp->snd_wnd > tp->max_sndwnd) { in tcp_update_window()1653 tp->max_sndwnd = tp->snd_wnd; in tcp_update_window()2688 tp->max_sndwnd = tp->snd_wnd; in tcp_setup_server_socket()4167 tp->max_sndwnd = tp->snd_wnd; in tcp_input()4904 tp->max_sndwnd = tp->snd_wnd; in tcp_input()5050 const uint64_t byte_limit = MAX(MIN(tp->t_stat.bytes_acked, tp->max_sndwnd), 100); in tcp_input()
2184 otp->max_sndwnd = tp->max_sndwnd; in tcpcb_to_otcpcb()2368 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()
1873 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0) { in tcp_output()