Searched refs:max_sndwnd (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_var.h280 u_int32_t max_sndwnd; /* largest window peer has offered */ member in struct:tcpcb
591 u_int32_t max_sndwnd; /* largest window peer has offered */ member in struct:otcpcb
829 u_int32_t max_sndwnd; /* largest window peer has offered */ member in struct:xtcpcb64
912 u_int32_t max_sndwnd; /* largest window peer has offered */ member in struct:xtcpcb_n
H A Din_pcblist.c236 xt->max_sndwnd = tp->max_sndwnd;
H A Dtcp_subr.c1349 otp->max_sndwnd = tp->max_sndwnd;
1535 otp->max_sndwnd = tp->max_sndwnd;
H A Dtcp_output.c854 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0) {
H A Dtcp_input.c3613 if (tp->snd_wnd > tp->max_sndwnd)
3614 tp->max_sndwnd = tp->snd_wnd;

Completed in 34 milliseconds