Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dsyncookies.c90 options = ireq->wscale_ok ? ireq->snd_wscale : TS_OPT_WSCALE_MASK; in cookie_init_timestamp()
269 tcp_opt->snd_wscale = options & TS_OPT_WSCALE_MASK; in cookie_timestamp_decode()
346 ireq->snd_wscale = tcp_opt.snd_wscale; in cookie_v4_check()
Dtcp_minisocks.c521 newtp->rx_opt.snd_wscale = ireq->snd_wscale; in tcp_create_openreq_child()
524 newtp->rx_opt.snd_wscale = newtp->rx_opt.rcv_wscale = 0; in tcp_create_openreq_child()
528 newtp->rx_opt.snd_wscale); in tcp_create_openreq_child()
Dtcp_input.c3363 nwin <<= tp->rx_opt.snd_wscale; in tcp_ack_update_window()
3739 __u8 snd_wscale = *(__u8 *)ptr; in tcp_parse_options() local
3741 if (snd_wscale > 14) { in tcp_parse_options()
3744 snd_wscale); in tcp_parse_options()
3745 snd_wscale = 14; in tcp_parse_options()
3747 opt_rx->snd_wscale = snd_wscale; in tcp_parse_options()
3927 !tcp_may_update_window(tp, ack, seq, ntohs(th->window) << tp->rx_opt.snd_wscale) && in tcp_disordered_ack()
5452 if (!tp->rx_opt.snd_wscale) in tcp_finish_connect()
5596 tp->rx_opt.snd_wscale = tp->rx_opt.rcv_wscale = 0; in tcp_rcv_synsent_state_process()
5861 tp->snd_wnd = ntohs(th->window) << tp->rx_opt.snd_wscale; in tcp_rcv_state_process()
[all …]
Dtcp.c2289 u16 snd_wscale = opt.opt_val & 0xFFFF; in tcp_repair_options_est() local
2292 if (snd_wscale > 14 || rcv_wscale > 14) in tcp_repair_options_est()
2295 tp->rx_opt.snd_wscale = snd_wscale; in tcp_repair_options_est()
2661 info->tcpi_snd_wscale = tp->rx_opt.snd_wscale; in tcp_get_info()
/linux-4.4.14/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.4.14/net/ipv6/
Dsyncookies.c205 ireq->snd_wscale = tcp_opt.snd_wscale; in cookie_v6_check()
/linux-4.4.14/include/net/
Dinet_sock.h87 u16 snd_wscale : 4, member
Dtcp.h643 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on()
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_cm.h278 u8 snd_wscale; member
Dnes_cm.c1781 cm_node->tcp_cntxt.snd_wscale = in process_options()
2269 cm_node->tcp_cntxt.snd_wscale; in handle_tcp_options()
2553 cm_node->tcp_cntxt.snd_wscale = in mini_cm_connect()
2555 loopbackremotenode->tcp_cntxt.snd_wscale = in mini_cm_connect()
2939 if (cm_node->tcp_cntxt.snd_wscale || cm_node->tcp_cntxt.rcv_wscale) in nes_cm_init_tsa_conn()
2953 (cm_node->tcp_cntxt.snd_wscale << NES_QPCONTEXT_PDWSCALE_SND_WSCALE_SHIFT) & in nes_cm_init_tsa_conn()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c3704 req->tcpopt.wsf = tmp_opt.snd_wscale; in build_cpl_pass_accept_req()