Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_cubic.c310 tp->snd_cwnd = min(tcp_win, TCP_MAXWIN << tp->snd_scale); in tcp_cubic_congestion_avd()
328 TCP_MAXWIN << tp->snd_scale); in tcp_cubic_congestion_avd()
351 tp->snd_cwnd = min(tp->snd_cwnd + tp->t_maxseg, TCP_MAXWIN << tp->snd_scale); in tcp_cubic_congestion_avd()
387 tp->snd_cwnd = min(tp->snd_cwnd, TCP_MAXWIN << tp->snd_scale); in tcp_cubic_ack_rcvd()
H A Dtcp_newreno.c201 tp->snd_cwnd = min(cw + incr, TCP_MAXWIN << tp->snd_scale); in tcp_newreno_ack_rcvd()
H A Dtcp_var.h486 u_int8_t snd_scale; /* window scaling for send window */ member
1173 u_char snd_scale; /* window scaling for send window */ member
1585 u_char snd_scale; /* window scaling for send window */ member
1668 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.c241 tp->snd_cwnd = min(tp->snd_cwnd + tp->t_maxseg, TCP_MAXWIN << tp->snd_scale); in tcp_cubic_ack_ca()
H A Dtcp_subr.c1954 otp->snd_scale = tp->snd_scale; in tcpcb_to_otcpcb()
2138 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()
2056 tci->tcpi_snd_wscale = tp->snd_scale; in tcp_connection_fill_info()
H A Dtcp_input.c2531 tiwin = th->th_win << tp->snd_scale; in tcp_input()
3927 tp->snd_scale = tp->requested_s_scale; in tcp_input()
4658 tp->snd_scale = tp->requested_s_scale; in tcp_input()
4660 tp->snd_wnd = th->th_win << tp->snd_scale; in tcp_input()
H A Dmptcp_opt.c1298 u_int32_t tiwin = th->th_win << tp->snd_scale; in mptcp_do_dss_opt_meat()