Searched refs:snd_scale (Results 1 – 10 of 10) sorted by relevance
310 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()
201 tp->snd_cwnd = min(cw + incr, TCP_MAXWIN << tp->snd_scale); in tcp_newreno_ack_rcvd()
486 u_int8_t snd_scale; /* window scaling for send window */ member1173 u_char snd_scale; /* window scaling for send window */ member1585 u_char snd_scale; /* window scaling for send window */ member1668 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()
241 tp->snd_cwnd = min(tp->snd_cwnd + tp->t_maxseg, TCP_MAXWIN << tp->snd_scale); in tcp_cubic_ack_ca()
1954 otp->snd_scale = tp->snd_scale; in tcpcb_to_otcpcb()2138 otp->snd_scale = tp->snd_scale; in tcpcb_to_xtcpcb64()
1771 ti->tcpi_snd_wscale = tp->snd_scale; in tcp_fill_info()2056 tci->tcpi_snd_wscale = tp->snd_scale; in tcp_connection_fill_info()
2531 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()
1298 u_int32_t tiwin = th->th_win << tp->snd_scale; in mptcp_do_dss_opt_meat()