Lines Matching refs:snd_wscale
3319 nwin <<= tp->rx_opt.snd_wscale; in tcp_ack_update_window()
3690 __u8 snd_wscale = *(__u8 *)ptr; in tcp_parse_options() local
3692 if (snd_wscale > 14) { in tcp_parse_options()
3695 snd_wscale); in tcp_parse_options()
3696 snd_wscale = 14; in tcp_parse_options()
3698 opt_rx->snd_wscale = snd_wscale; in tcp_parse_options()
3878 !tcp_may_update_window(tp, ack, seq, ntohs(th->window) << tp->rx_opt.snd_wscale) && in tcp_disordered_ack()
5404 if (!tp->rx_opt.snd_wscale) in tcp_finish_connect()
5548 tp->rx_opt.snd_wscale = tp->rx_opt.rcv_wscale = 0; in tcp_rcv_synsent_state_process()
5813 tp->snd_wnd = ntohs(th->window) << tp->rx_opt.snd_wscale; in tcp_rcv_state_process()
6029 ireq->snd_wscale = rx_opt->snd_wscale; in tcp_openreq_init()