Searched refs:snd_scale (Results 1 – 9 of 9) sorted by relevance
338 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()
208 tp->snd_cwnd = min(cw + incr, TCP_MAXWIN << tp->snd_scale); in tcp_newreno_ack_rcvd()
379 u_int8_t snd_scale; /* window scaling for send window */ member947 u_char snd_scale; /* window scaling for send window */ member1344 u_char snd_scale; /* window scaling for send window */ member1427 u_char snd_scale; /* window scaling for send window */ member
258 xt->snd_scale = tp->snd_scale; in tcpcb_to_xtcpcb_n()
216 tp->snd_cwnd = min(tp->snd_cwnd, TCP_MAXWIN << tp->snd_scale); in update_cwnd()
1887 otp->snd_scale = tp->snd_scale; in tcpcb_to_otcpcb()2071 otp->snd_scale = tp->snd_scale; in tcpcb_to_xtcpcb64()
2340 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()
1676 ti->tcpi_snd_wscale = tp->snd_scale; in tcp_fill_info()1937 tci->tcpi_snd_wscale = tp->snd_scale; in tcp_connection_fill_info()
1241 u_int32_t tiwin = th->th_win << tp->snd_scale; in mptcp_do_dss_opt_meat()