Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dsyncookies.c71 options = ireq->wscale_ok ? ireq->snd_wscale : TS_OPT_WSCALE_MASK; in cookie_init_timestamp()
262 tcp_opt->snd_wscale = options & TS_OPT_WSCALE_MASK; in cookie_timestamp_decode()
383 ireq->snd_wscale = tcp_opt.snd_wscale; in cookie_v4_check()
A Dtcp_minisocks.c509 newtp->rx_opt.snd_wscale = ireq->snd_wscale; in tcp_create_openreq_child()
512 newtp->rx_opt.snd_wscale = newtp->rx_opt.rcv_wscale = 0; in tcp_create_openreq_child()
515 newtp->snd_wnd = ntohs(tcp_hdr(skb)->window) << newtp->rx_opt.snd_wscale; in tcp_create_openreq_child()
A Dtcp_input.c3538 nwin <<= tp->rx_opt.snd_wscale; in tcp_ack_update_window()
4054 __u8 snd_wscale = *(__u8 *)ptr; in tcp_parse_options() local
4056 if (snd_wscale > TCP_MAX_WSCALE) { in tcp_parse_options()
4059 snd_wscale, in tcp_parse_options()
4061 snd_wscale = TCP_MAX_WSCALE; in tcp_parse_options()
4063 opt_rx->snd_wscale = snd_wscale; in tcp_parse_options()
4250 !tcp_may_update_window(tp, ack, seq, ntohs(th->window) << tp->rx_opt.snd_wscale) && in tcp_disordered_ack()
6013 if (!tp->rx_opt.snd_wscale) in tcp_finish_connect()
6195 tp->rx_opt.snd_wscale = tp->rx_opt.rcv_wscale = 0; in tcp_rcv_synsent_state_process()
6489 tp->snd_wnd = ntohs(th->window) << tp->rx_opt.snd_wscale; in tcp_rcv_state_process()
[all …]
A Dtcp.c3126 u16 snd_wscale = opt.opt_val & 0xFFFF; in tcp_repair_options_est() local
3129 if (snd_wscale > TCP_MAX_WSCALE || rcv_wscale > TCP_MAX_WSCALE) in tcp_repair_options_est()
3132 tp->rx_opt.snd_wscale = snd_wscale; in tcp_repair_options_est()
3731 info->tcpi_snd_wscale = tp->rx_opt.snd_wscale; in tcp_get_info()
/linux/net/ipv6/
A Dsyncookies.c205 ireq->snd_wscale = tcp_opt.snd_wscale; in cookie_v6_check()
/linux/include/linux/
A Dtcp.h93 snd_wscale : 4, /* Window scaling received from sender */ member
105 rx_opt->wscale_ok = rx_opt->snd_wscale = 0; in tcp_clear_options()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
A Dchtls_cm.h91 #define SND_WSCALE(tp) ((tp)->rx_opt.snd_wscale)
A Dchtls_cm.c155 tp->rx_opt.snd_wscale = TCPOPT_SACK_G(opt); in assign_rxopt()
465 tp->max_window = 0xFFFF << (tp->rx_opt.snd_wscale); in chtls_disconnect()
1389 inet_rsk(oreq)->snd_wscale = req->tcpopt.wsf; in chtls_pass_accept_request()
/linux/drivers/target/iscsi/cxgbit/
A Dcxgbit.h241 u8 snd_wscale; member
A Dcxgbit_cm.c1396 if (csk->snd_wscale) in cxgbit_tx_flowc_wr_credits()
1463 if (csk->snd_wscale) { in cxgbit_send_tx_flowc_wr()
1465 flowc->mnemval[index].val = cpu_to_be32(csk->snd_wscale); in cxgbit_send_tx_flowc_wr()
1650 csk->snd_wscale = TCPOPT_SND_WSCALE_G(tcp_opt); in cxgbit_pass_establish()
/linux/include/net/
A Dinet_sock.h82 u16 snd_wscale : 4, member
A Dtcp.h701 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on()
/linux/drivers/infiniband/hw/irdma/
A Dcm.h233 u8 snd_wscale; member
A Dcm.c723 cm_node->tcp_cntxt.snd_wscale = in irdma_process_options()
769 << cm_node->tcp_cntxt.snd_wscale; in irdma_handle_tcp_options()
3284 tcp_info->snd_wscale = cm_node->tcp_cntxt.snd_wscale; in irdma_init_tcp_ctx()
A Dtype.h941 u8 snd_wscale; member
A Dctrl.c983 FIELD_PREP(IRDMAQPC_SNDSCALE, tcp->snd_wscale); in irdma_sc_qp_setctx()
/linux/drivers/infiniband/hw/cxgb4/
A Diw_cxgb4.h900 u32 snd_wscale; member
A Dcm.c634 flowc->mnemval[8].val = cpu_to_be32(ep->snd_wscale); in send_flowc()
1239 ep->snd_wscale = TCPOPT_SND_WSCALE_G(tcp_opt); in act_establish()
2688 ep->snd_wscale = TCPOPT_SND_WSCALE_G(tcp_opt); in pass_establish()
3985 req->tcpopt.wsf = tmp_opt.snd_wscale; in build_cpl_pass_accept_req()

Completed in 87 milliseconds