Home
last modified time | relevance | path

Searched refs:max_sndwnd (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_var.h370 uint32_t max_sndwnd; /* largest window peer has offered */ member
938 u_int32_t max_sndwnd; /* largest window peer has offered */ member
1337 u_int32_t max_sndwnd; /* largest window peer has offered */ member
1420 u_int32_t max_sndwnd; /* largest window peer has offered */ member
H A Din_pcblist.c254 xt->max_sndwnd = tp->max_sndwnd; in tcpcb_to_xtcpcb_n()
H A Dtcp_input.c1791 if (tp->snd_wnd > tp->max_sndwnd) { in tcp_update_window()
1792 tp->max_sndwnd = tp->snd_wnd; in tcp_update_window()
3310 tp->max_sndwnd = tp->snd_wnd; in tcp_input()
3428 tp->max_sndwnd = tp->snd_wnd; in tcp_input()
4169 tp->max_sndwnd = tp->snd_wnd; in tcp_input()
4311 if (SEQ_LT(th->th_ack, tp->snd_una - tp->max_sndwnd)) { in tcp_input()
H A Dtcp_subr.c1883 otp->max_sndwnd = tp->max_sndwnd; in tcpcb_to_otcpcb()
2067 otp->max_sndwnd = tp->max_sndwnd; in tcpcb_to_xtcpcb64()
H A Dtcp_output.c1398 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0) { in tcp_output()
H A Dtcp_usrreq.c434 tp->max_sndwnd = tp->snd_wnd; in tcp_connect_complete()
999 tp->max_sndwnd = tp->snd_wnd; in tcp_send_implied_connect()