Home
last modified time | relevance | path

Searched refs:snd_scale (Results 1 – 9 of 9) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_cubic.c338 tp->snd_cwnd = min(tcp_win, TCP_MAXWIN << tp->snd_scale); in tcp_cubic_congestion_avd()
357 TCP_MAXWIN << tp->snd_scale); in tcp_cubic_congestion_avd()
380 tp->snd_cwnd = min(tp->snd_cwnd + tp->t_maxseg, TCP_MAXWIN << tp->snd_scale); in tcp_cubic_congestion_avd()
416 tp->snd_cwnd = min(tp->snd_cwnd, TCP_MAXWIN << tp->snd_scale); in tcp_cubic_ack_rcvd()
H A Dtcp_newreno.c208 tp->snd_cwnd = min(cw + incr, TCP_MAXWIN << tp->snd_scale); in tcp_newreno_ack_rcvd()
H A Dtcp_var.h379 u_int8_t snd_scale; /* window scaling for send window */ member
947 u_char snd_scale; /* window scaling for send window */ member
1344 u_char snd_scale; /* window scaling for send window */ member
1427 u_char snd_scale; /* window scaling for send window */ member
H A Din_pcblist.c258 xt->snd_scale = tp->snd_scale; in tcpcb_to_xtcpcb_n()
H A Dtcp_ledbat.c216 tp->snd_cwnd = min(tp->snd_cwnd, TCP_MAXWIN << tp->snd_scale); in update_cwnd()
H A Dtcp_subr.c1887 otp->snd_scale = tp->snd_scale; in tcpcb_to_otcpcb()
2071 otp->snd_scale = tp->snd_scale; in tcpcb_to_xtcpcb64()
H A Dtcp_input.c2340 tiwin = th->th_win << tp->snd_scale; in tcp_input()
3459 tp->snd_scale = tp->requested_s_scale; in tcp_input()
4166 tp->snd_scale = tp->requested_s_scale; in tcp_input()
4168 tp->snd_wnd = th->th_win << tp->snd_scale; in tcp_input()
H A Dtcp_usrreq.c1676 ti->tcpi_snd_wscale = tp->snd_scale; in tcp_fill_info()
1937 tci->tcpi_snd_wscale = tp->snd_scale; in tcp_connection_fill_info()
H A Dmptcp_opt.c1241 u_int32_t tiwin = th->th_win << tp->snd_scale; in mptcp_do_dss_opt_meat()