Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_synproxy_core.c68 opts->wscale = *ptr; in synproxy_parse_options()
69 if (opts->wscale > 14) in synproxy_parse_options()
70 opts->wscale = 14; 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-4.4.14/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.4.14/include/uapi/linux/netfilter/
Dxt_SYNPROXY.h12 __u8 wscale; member
/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.h413 unsigned int wscale = 0; in cxgbi_sock_compute_wscale() local
415 while (wscale < 14 && (65535 << wscale) < win) in cxgbi_sock_compute_wscale()
416 wscale++; in cxgbi_sock_compute_wscale()
417 return wscale; in cxgbi_sock_compute_wscale()
/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_synproxy.h51 u8 wscale; member
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Diw_cxgb4.h897 int wscale = 0; in compute_wscale() local
899 while (wscale < 14 && (65535<<wscale) < win) in compute_wscale()
900 wscale++; in compute_wscale()
901 return wscale; in compute_wscale()
Dcm.c645 int wscale; in send_connect() local
695 wscale = compute_wscale(rcv_win); in send_connect()
708 WND_SCALE_V(wscale) | in send_connect()
723 if (wscale && enable_tcp_window_scaling) in send_connect()
1820 int wscale; in send_fw_act_open_req() local
1848 wscale = compute_wscale(rcv_win); in send_fw_act_open_req()
1862 WND_SCALE_V(wscale) | in send_fw_act_open_req()
1879 if (wscale && enable_tcp_window_scaling) in send_fw_act_open_req()
2246 int wscale; in accept_cr() local
2270 wscale = compute_wscale(rcv_win); in accept_cr()
[all …]
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c189 int wscale = cxgbi_sock_compute_wscale(csk->mss_idx); in send_act_open_req() local
196 WND_SCALE_V(wscale) | in send_act_open_req()
276 int wscale = cxgbi_sock_compute_wscale(csk->mss_idx); in send_act_open_req6() local
283 WND_SCALE_V(wscale) | in send_act_open_req6()
/linux-4.4.14/net/ipv4/netfilter/
Dipt_SYNPROXY.c227 nth->window = htons(ntohs(th->window) >> opts->wscale); in synproxy_send_client_ack()
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_SYNPROXY.c240 nth->window = htons(ntohs(th->window) >> opts->wscale); in synproxy_send_client_ack()
/linux-4.4.14/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c159 unsigned int wscale = cxgbi_sock_compute_wscale(csk->rcv_win); in send_act_open_req() local
172 V_WND_SCALE(wscale) | V_MSS_IDX(csk->mss_idx) | in send_act_open_req()