Home
last modified time | relevance | path

Searched refs:snd_wscale (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/net/ipv4/
Dsyncookies.c90 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()
Dtcp_minisocks.c510 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()
Dtcp_input.c3319 nwin <<= tp->rx_opt.snd_wscale; in tcp_ack_update_window()
3690 __u8 snd_wscale = *(__u8 *)ptr; in tcp_parse_options() local
3692 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 …]
Dtcp.c2262 u16 snd_wscale = opt.opt_val & 0xFFFF; in tcp_repair_options_est() local
2265 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()
/linux-4.1.27/include/linux/
Dtcp.h91 snd_wscale : 4, /* Window scaling received from sender */ member
101 rx_opt->wscale_ok = rx_opt->snd_wscale = 0; in tcp_clear_options()
/linux-4.1.27/net/ipv6/
Dsyncookies.c225 ireq->snd_wscale = tcp_opt.snd_wscale; in cookie_v6_check()
/linux-4.1.27/include/net/
Dinet_sock.h87 u16 snd_wscale : 4, member
Dtcp.h614 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on()
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_cm.h278 u8 snd_wscale; member
Dnes_cm.c1778 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()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dcm.c3576 req->tcpopt.wsf = tmp_opt.snd_wscale; in build_cpl_pass_accept_req()