Lines Matching refs:snd_wscale
3560 nwin <<= tp->rx_opt.snd_wscale; in tcp_ack_update_window()
4081 __u8 snd_wscale = *(__u8 *)ptr; in tcp_parse_options() local
4083 if (snd_wscale > TCP_MAX_WSCALE) { in tcp_parse_options()
4086 snd_wscale, in tcp_parse_options()
4088 snd_wscale = TCP_MAX_WSCALE; in tcp_parse_options()
4090 opt_rx->snd_wscale = snd_wscale; in tcp_parse_options()
4277 !tcp_may_update_window(tp, ack, seq, ntohs(th->window) << tp->rx_opt.snd_wscale) && in tcp_disordered_ack()
6086 if (!tp->rx_opt.snd_wscale) in tcp_finish_connect()
6272 tp->rx_opt.snd_wscale = tp->rx_opt.rcv_wscale = 0; in tcp_rcv_synsent_state_process()
6574 tp->snd_wnd = ntohs(th->window) << tp->rx_opt.snd_wscale; in tcp_rcv_state_process()
6785 ireq->snd_wscale = rx_opt->snd_wscale; in tcp_openreq_init()