Searched refs:snd_scale (Results 1 – 10 of 10) sorted by relevance
316 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()
205 tp->snd_cwnd = min(cw + incr, TCP_MAXWIN << tp->snd_scale); in tcp_newreno_ack_rcvd()
526 uint8_t snd_scale; /* window scaling for send window */ member1197 u_char snd_scale; /* window scaling for send window */ member1591 u_char snd_scale; /* window scaling for send window */ member1674 u_char snd_scale; /* window scaling for send window */ member
150 tp->snd_cwnd = min(tp->snd_cwnd, TCP_MAXWIN << tp->snd_scale); in update_cwnd()
277 xt->snd_scale = tp->snd_scale; in tcpcb_to_xtcpcb_n()
235 tp->snd_cwnd = min(tp->snd_cwnd + tp->t_maxseg, TCP_MAXWIN << tp->snd_scale); in tcp_cubic_ack_ca()
2192 otp->snd_scale = tp->snd_scale; in tcpcb_to_otcpcb()2376 otp->snd_scale = tp->snd_scale; in tcpcb_to_xtcpcb64()
1771 ti->tcpi_snd_wscale = tp->snd_scale; in tcp_fill_info()2060 tci->tcpi_snd_wscale = tp->snd_scale; in tcp_connection_fill_info()
3268 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()
1203 uint32_t tiwin = th->th_win << tp->snd_scale; in mptcp_do_dss_opt_meat()