Searched refs:snd_scale (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_newreno.c274 tp->snd_cwnd = min(cw+incr, TCP_MAXWIN<<tp->snd_scale);
H A Dtcp_var.h289 u_char snd_scale; /* window scaling for send window */ member in struct:tcpcb
600 u_char snd_scale; /* window scaling for send window */ member in struct:otcpcb
836 u_char snd_scale; /* window scaling for send window */ member in struct:xtcpcb64
919 u_char snd_scale; /* window scaling for send window */ member in struct:xtcpcb_n
H A Din_pcblist.c240 xt->snd_scale = tp->snd_scale;
H A Dtcp_subr.c1353 otp->snd_scale = tp->snd_scale;
1539 otp->snd_scale = tp->snd_scale;
H A Dtcp_input.c1645 tiwin = th->th_win << tp->snd_scale;
2131 tp->snd_wnd = th->th_win << tp->snd_scale;
2676 tp->snd_scale = tp->requested_s_scale;
3144 tp->snd_scale = tp->requested_s_scale;
3146 tp->snd_wnd = th->th_win << tp->snd_scale;
3376 tp->snd_scale = tp->requested_s_scale;
H A Dtcp_usrreq.c1135 ti->tcpi_snd_wscale = tp->snd_scale;

Completed in 44 milliseconds