Home
last modified time | relevance | path

Searched refs:wscale (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/net/netfilter/
Dnf_synproxy_core.c68 opts->wscale = *ptr; in synproxy_parse_options()
69 if (opts->wscale > TCP_MAX_WSCALE) in synproxy_parse_options()
70 opts->wscale = TCP_MAX_WSCALE; in synproxy_parse_options()
147 opts->wscale); in synproxy_build_options()
158 opts->tsval |= opts->wscale; in synproxy_init_timestamp_cookie()
159 opts->wscale = info->wscale; in synproxy_init_timestamp_cookie()
173 opts->wscale = opts->tsecr & 0xf; in synproxy_check_timestamp_cookie()
174 if (opts->wscale != 0xf) in synproxy_check_timestamp_cookie()
/Linux-v4.19/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_cm.h81 u32 wscale = 0; in cxgb_compute_wscale() local
83 while (wscale < 14 && (65535 << wscale) < win) in cxgb_compute_wscale()
84 wscale++; in cxgb_compute_wscale()
85 return wscale; in cxgb_compute_wscale()
/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Diwch_cm.h208 int wscale = 0; in compute_wscale() local
210 while (wscale < 14 && (65535<<wscale) < win) in compute_wscale()
211 wscale++; in compute_wscale()
212 return wscale; in compute_wscale()
Diwch_cm.c432 int wscale; in send_connect() local
442 wscale = compute_wscale(rcv_win); in send_connect()
447 V_WND_SCALE(wscale) | in send_connect()
1273 int wscale; in accept_cr() local
1280 wscale = compute_wscale(rcv_win); in accept_cr()
1285 V_WND_SCALE(wscale) | in accept_cr()
/Linux-v4.19/drivers/scsi/cxgbi/
Dlibcxgbi.h340 unsigned int wscale = 0; in cxgbi_sock_compute_wscale() local
342 while (wscale < 14 && (65535 << wscale) < win) in cxgbi_sock_compute_wscale()
343 wscale++; in cxgbi_sock_compute_wscale()
344 return wscale; in cxgbi_sock_compute_wscale()
/Linux-v4.19/include/uapi/linux/netfilter/
Dxt_SYNPROXY.h15 __u8 wscale; member
/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_synproxy.h68 u8 wscale; member
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dcm.c686 u32 wscale; in send_connect() local
739 wscale = cxgb_compute_wscale(rcv_win); in send_connect()
752 WND_SCALE_V(wscale) | in send_connect()
767 if (wscale && enable_tcp_window_scaling) in send_connect()
1918 u32 wscale; in send_fw_act_open_req() local
1945 wscale = cxgb_compute_wscale(rcv_win); in send_fw_act_open_req()
1959 WND_SCALE_V(wscale) | in send_fw_act_open_req()
1976 if (wscale && enable_tcp_window_scaling) in send_fw_act_open_req()
2373 u32 wscale; in accept_cr() local
2396 wscale = cxgb_compute_wscale(rcv_win); in accept_cr()
[all …]
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.c913 int wscale = 0; in select_rcv_wscale() local
921 while (wscale < 14 && (65535 << wscale) < space) in select_rcv_wscale()
922 wscale++; in select_rcv_wscale()
924 return wscale; in select_rcv_wscale()
/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c1120 u32 wscale; in cxgbit_pass_accept_rpl() local
1139 wscale = cxgb_compute_wscale(csk->rcv_win); in cxgbit_pass_accept_rpl()
1148 WND_SCALE_V(wscale) | in cxgbit_pass_accept_rpl()
1167 if (wscale) in cxgbit_pass_accept_rpl()
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c193 int wscale = cxgbi_sock_compute_wscale(csk->mss_idx); in send_act_open_req() local
200 WND_SCALE_V(wscale) | in send_act_open_req()
312 int wscale = cxgbi_sock_compute_wscale(csk->mss_idx); in send_act_open_req6() local
319 WND_SCALE_V(wscale) | in send_act_open_req6()
/Linux-v4.19/net/ipv4/netfilter/
Dipt_SYNPROXY.c227 nth->window = htons(ntohs(th->window) >> opts->wscale); in synproxy_send_client_ack()
/Linux-v4.19/net/ipv6/netfilter/
Dip6t_SYNPROXY.c241 nth->window = htons(ntohs(th->window) >> opts->wscale); in synproxy_send_client_ack()
/Linux-v4.19/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c160 unsigned int wscale = cxgbi_sock_compute_wscale(csk->rcv_win); in send_act_open_req() local
173 V_WND_SCALE(wscale) | V_MSS_IDX(csk->mss_idx) | in send_act_open_req()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_type.h711 bool wscale; member
Di40iw_cm.c3297 tcp_info->wscale = true; in i40iw_init_tcp_ctx()
Di40iw_ctrl.c2871 LS_64(tcp->wscale, I40IWQPC_WSCALE) | in i40iw_sc_qp_setctx()