Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cubic.c316 tp->snd_cwnd = min(tp->snd_cwnd + tp->t_maxseg, TCP_MAXWIN << tp->snd_scale); in tcp_cubic_congestion_avd()
349 tp->snd_cwnd = min(tp->snd_cwnd, TCP_MAXWIN << tp->snd_scale); in tcp_cubic_ack_rcvd()
H A Dtcp_newreno.c205 tp->snd_cwnd = min(cw + incr, TCP_MAXWIN << tp->snd_scale); in tcp_newreno_ack_rcvd()
H A Dtcp_var.h526 uint8_t snd_scale; /* window scaling for send window */ member
1197 u_char snd_scale; /* window scaling for send window */ member
1591 u_char snd_scale; /* window scaling for send window */ member
1674 u_char snd_scale; /* window scaling for send window */ member
H A Dtcp_ledbat.c150 tp->snd_cwnd = min(tp->snd_cwnd, TCP_MAXWIN << tp->snd_scale); in update_cwnd()
H A Din_pcblist.c277 xt->snd_scale = tp->snd_scale; in tcpcb_to_xtcpcb_n()
H A Dtcp_prague.c235 tp->snd_cwnd = min(tp->snd_cwnd + tp->t_maxseg, TCP_MAXWIN << tp->snd_scale); in tcp_cubic_ack_ca()
H A Dtcp_subr.c2192 otp->snd_scale = tp->snd_scale; in tcpcb_to_otcpcb()
2376 otp->snd_scale = tp->snd_scale; in tcpcb_to_xtcpcb64()
H A Dtcp_usrreq.c1771 ti->tcpi_snd_wscale = tp->snd_scale; in tcp_fill_info()
2060 tci->tcpi_snd_wscale = tp->snd_scale; in tcp_connection_fill_info()
H A Dtcp_input.c3268 tiwin = th->th_win << tp->snd_scale; in tcp_input()
4182 tp->snd_scale = tp->requested_s_scale; in tcp_input()
4902 tp->snd_scale = tp->requested_s_scale; in tcp_input()
4904 tp->snd_wnd = th->th_win << tp->snd_scale; in tcp_input()
H A Dmptcp_opt.c1203 uint32_t tiwin = th->th_win << tp->snd_scale; in mptcp_do_dss_opt_meat()