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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_cubic.c293 tp->snd_cwnd = min(tcp_win, TCP_MAXWIN << tp->snd_scale);
312 TCP_MAXWIN << tp->snd_scale);
338 TCP_MAXWIN << tp->snd_scale);
H A Dtcp_newreno.c221 tp->snd_cwnd = min(cw+incr, TCP_MAXWIN<<tp->snd_scale);
H A Dtcp_var.h334 u_int8_t snd_scale; /* window scaling for send window */ member in struct:tcpcb
752 u_char snd_scale; /* window scaling for send window */ member in struct:otcpcb
1041 u_char snd_scale; /* window scaling for send window */ member in struct:xtcpcb64
1123 u_char snd_scale; /* window scaling for send window */ member in struct:xtcpcb_n
H A Din_pcblist.c241 xt->snd_scale = tp->snd_scale;
H A Dtcp_subr.c1445 otp->snd_scale = tp->snd_scale;
1628 otp->snd_scale = tp->snd_scale;
H A Dtcp_input.c1935 tiwin = th->th_win << tp->snd_scale;
2946 tp->snd_scale = tp->requested_s_scale;
3426 tp->snd_scale = tp->requested_s_scale;
3428 tp->snd_wnd = th->th_win << tp->snd_scale;
3854 tp->snd_scale = tp->requested_s_scale;
H A Dtcp_usrreq.c1471 ti->tcpi_snd_wscale = tp->snd_scale;

Completed in 51 milliseconds