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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_var.h304 u_int32_t max_sndwnd; /* largest window peer has offered */ member in struct:tcpcb
693 u_int32_t max_sndwnd; /* largest window peer has offered */ member in struct:otcpcb
966 u_int32_t max_sndwnd; /* largest window peer has offered */ member in struct:xtcpcb64
1048 u_int32_t max_sndwnd; /* largest window peer has offered */ member in struct:xtcpcb_n
H A Din_pcblist.c237 xt->max_sndwnd = tp->max_sndwnd;
H A Dtcp_subr.c1381 otp->max_sndwnd = tp->max_sndwnd;
1563 otp->max_sndwnd = tp->max_sndwnd;
H A Dtcp_output.c918 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0)
H A Dtcp_input.c3907 if (tp->snd_wnd > tp->max_sndwnd)
3908 tp->max_sndwnd = tp->snd_wnd;

Completed in 48 milliseconds