Searched refs:snd_wscale (Results 1 – 11 of 11) sorted by relevance
90 options = ireq->wscale_ok ? ireq->snd_wscale : TS_OPT_WSCALE_MASK; in cookie_init_timestamp()270 tcp_opt->snd_wscale = options & TS_OPT_WSCALE_MASK; in cookie_timestamp_decode()343 ireq->snd_wscale = tcp_opt.snd_wscale; in cookie_v4_check()
510 newtp->rx_opt.snd_wscale = ireq->snd_wscale; in tcp_create_openreq_child()513 newtp->rx_opt.snd_wscale = newtp->rx_opt.rcv_wscale = 0; in tcp_create_openreq_child()517 newtp->rx_opt.snd_wscale); in tcp_create_openreq_child()
3319 nwin <<= tp->rx_opt.snd_wscale; in tcp_ack_update_window()3690 __u8 snd_wscale = *(__u8 *)ptr; in tcp_parse_options() local3692 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()[all …]
2262 u16 snd_wscale = opt.opt_val & 0xFFFF; in tcp_repair_options_est() local2265 if (snd_wscale > 14 || rcv_wscale > 14) in tcp_repair_options_est()2268 tp->rx_opt.snd_wscale = snd_wscale; in tcp_repair_options_est()2624 info->tcpi_snd_wscale = tp->rx_opt.snd_wscale; in tcp_get_info()
91 snd_wscale : 4, /* Window scaling received from sender */ member101 rx_opt->wscale_ok = rx_opt->snd_wscale = 0; in tcp_clear_options()
225 ireq->snd_wscale = tcp_opt.snd_wscale; in cookie_v6_check()
87 u16 snd_wscale : 4, member
614 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on()
278 u8 snd_wscale; member
1778 cm_node->tcp_cntxt.snd_wscale = in process_options()2266 cm_node->tcp_cntxt.snd_wscale; in handle_tcp_options()2550 cm_node->tcp_cntxt.snd_wscale = in mini_cm_connect()2552 loopbackremotenode->tcp_cntxt.snd_wscale = in mini_cm_connect()2936 if (cm_node->tcp_cntxt.snd_wscale || cm_node->tcp_cntxt.rcv_wscale) in nes_cm_init_tsa_conn()2947 (cm_node->tcp_cntxt.snd_wscale << NES_QPCONTEXT_PDWSCALE_SND_WSCALE_SHIFT) & in nes_cm_init_tsa_conn()
3576 req->tcpopt.wsf = tmp_opt.snd_wscale; in build_cpl_pass_accept_req()