Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnf_synproxy_core.c65 opts->wscale = *ptr; in synproxy_parse_options()
66 if (opts->wscale > 14) in synproxy_parse_options()
67 opts->wscale = 14; in synproxy_parse_options()
144 opts->wscale); in synproxy_build_options()
155 opts->tsval |= opts->wscale; in synproxy_init_timestamp_cookie()
156 opts->wscale = info->wscale; in synproxy_init_timestamp_cookie()
170 opts->wscale = opts->tsecr & 0xf; in synproxy_check_timestamp_cookie()
171 if (opts->wscale != 0xf) in synproxy_check_timestamp_cookie()
/linux-4.1.27/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.c435 int wscale; in send_connect() local
446 wscale = compute_wscale(rcv_win); in send_connect()
451 V_WND_SCALE(wscale) | in send_connect()
1279 int wscale; in accept_cr() local
1286 wscale = compute_wscale(rcv_win); in accept_cr()
1291 V_WND_SCALE(wscale) | in accept_cr()
/linux-4.1.27/include/uapi/linux/netfilter/
Dxt_SYNPROXY.h12 __u8 wscale; member
/linux-4.1.27/drivers/scsi/cxgbi/
Dlibcxgbi.h411 unsigned int wscale = 0; in cxgbi_sock_compute_wscale() local
413 while (wscale < 14 && (65535 << wscale) < win) in cxgbi_sock_compute_wscale()
414 wscale++; in cxgbi_sock_compute_wscale()
415 return wscale; in cxgbi_sock_compute_wscale()
/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_synproxy.h51 u8 wscale; member
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Diw_cxgb4.h909 int wscale = 0; in compute_wscale() local
911 while (wscale < 14 && (65535<<wscale) < win) in compute_wscale()
912 wscale++; in compute_wscale()
913 return wscale; in compute_wscale()
Dcm.c626 int wscale; in send_connect() local
661 wscale = compute_wscale(rcv_win); in send_connect()
674 WND_SCALE_V(wscale) | in send_connect()
689 if (wscale && enable_tcp_window_scaling) in send_connect()
1763 int wscale; in send_fw_act_open_req() local
1791 wscale = compute_wscale(rcv_win); in send_fw_act_open_req()
1805 WND_SCALE_V(wscale) | in send_fw_act_open_req()
1822 if (wscale && enable_tcp_window_scaling) in send_fw_act_open_req()
2171 int wscale; in accept_cr() local
2194 wscale = compute_wscale(rcv_win); in accept_cr()
[all …]
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c186 int wscale = cxgbi_sock_compute_wscale(csk->mss_idx); in send_act_open_req() local
193 WND_SCALE_V(wscale) | in send_act_open_req()
269 int wscale = cxgbi_sock_compute_wscale(csk->mss_idx); in send_act_open_req6() local
276 WND_SCALE_V(wscale) | in send_act_open_req6()
/linux-4.1.27/net/ipv4/netfilter/
Dipt_SYNPROXY.c223 nth->window = ntohs(htons(th->window) >> opts->wscale); in synproxy_send_client_ack()
/linux-4.1.27/net/ipv6/netfilter/
Dip6t_SYNPROXY.c238 nth->window = ntohs(htons(th->window) >> opts->wscale); in synproxy_send_client_ack()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c159 unsigned int wscale = cxgbi_sock_compute_wscale(cxgb3i_rcv_win); in send_act_open_req() local
172 V_WND_SCALE(wscale) | V_MSS_IDX(csk->mss_idx) | in send_act_open_req()