Searched refs:wscale (Results 1 – 15 of 15) sorted by relevance
81 u32 wscale = 0; in cxgb_compute_wscale() local83 while (wscale < 14 && (65535 << wscale) < win) in cxgb_compute_wscale()84 wscale++; in cxgb_compute_wscale()85 return wscale; in cxgb_compute_wscale()
70 opts->wscale = *ptr; in synproxy_parse_options()71 if (opts->wscale > TCP_MAX_WSCALE) in synproxy_parse_options()72 opts->wscale = TCP_MAX_WSCALE; in synproxy_parse_options()149 opts->wscale); in synproxy_build_options()159 opts->tsval |= opts->wscale; in synproxy_init_timestamp_cookie()160 opts->wscale = info->wscale; in synproxy_init_timestamp_cookie()175 opts->wscale = opts->tsecr & 0xf; in synproxy_check_timestamp_cookie()176 if (opts->wscale != 0xf) in synproxy_check_timestamp_cookie()625 nth->window = htons(ntohs(th->window) >> opts->wscale); in synproxy_send_client_ack()1040 nth->window = htons(ntohs(th->window) >> opts->wscale); in synproxy_send_client_ack_ipv6()
163 priv->info.wscale = nla_get_u8(tb[NFTA_SYNPROXY_WSCALE]); in nft_synproxy_do_init()231 nla_put_u8(skb, NFTA_SYNPROXY_WSCALE, priv->info.wscale) || in nft_synproxy_do_dump()
359 unsigned int wscale = 0; in cxgbi_sock_compute_wscale() local361 while (wscale < 14 && (65535 << wscale) < win) in cxgbi_sock_compute_wscale()362 wscale++; in cxgbi_sock_compute_wscale()363 return wscale; in cxgbi_sock_compute_wscale()
19 __u8 wscale; member
37 u8 wscale; member
725 u32 wscale; in send_connect() local778 wscale = cxgb_compute_wscale(rcv_win); in send_connect()791 WND_SCALE_V(wscale) | in send_connect()806 if (wscale && enable_tcp_window_scaling) in send_connect()1963 u32 wscale; in send_fw_act_open_req() local1990 wscale = cxgb_compute_wscale(rcv_win); in send_fw_act_open_req()2004 WND_SCALE_V(wscale) | in send_fw_act_open_req()2021 if (wscale && enable_tcp_window_scaling) in send_fw_act_open_req()2419 u32 wscale; in accept_cr() local2428 wscale = cxgb_compute_wscale(rcv_win); in accept_cr()[all …]
991 int wscale = 0; in select_rcv_wscale() local999 while (wscale < 14 && (65535 << wscale) < space) in select_rcv_wscale()1000 wscale++; in select_rcv_wscale()1002 return wscale; in select_rcv_wscale()
1140 u32 wscale; in cxgbit_pass_accept_rpl() local1159 wscale = cxgb_compute_wscale(csk->rcv_win); in cxgbit_pass_accept_rpl()1168 WND_SCALE_V(wscale) | in cxgbit_pass_accept_rpl()1187 if (wscale) in cxgbit_pass_accept_rpl()
211 int wscale = cxgbi_sock_compute_wscale(csk->mss_idx); in send_act_open_req() local218 WND_SCALE_V(wscale) | in send_act_open_req()330 int wscale = cxgbi_sock_compute_wscale(csk->mss_idx); in send_act_open_req6() local337 WND_SCALE_V(wscale) | in send_act_open_req6()
161 unsigned int wscale = cxgbi_sock_compute_wscale(csk->rcv_win); in send_act_open_req() local174 V_WND_SCALE(wscale) | V_MSS_IDX(csk->mss_idx) | in send_act_open_req()
920 bool wscale:1; member
3273 tcp_info->wscale = true; in irdma_init_tcp_ctx()
976 FIELD_PREP(IRDMAQPC_WSCALE, tcp->wscale) | in irdma_sc_qp_setctx()
1222 …ts sack cubic wscale:7,7 rto:204 rtt:0.98/0.49 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:10 b…1224 The 'wscale:7,7' means both server and client set the window scale
Completed in 87 milliseconds