Home
last modified time | relevance | path

Searched refs:cwr (Results 1 – 15 of 15) sorted by relevance

/linux/net/ipv4/netfilter/
H A Dipt_ECN.c58 tcph->cwr == einfo->proto.tcp.cwr)) in set_ect_tcp()
69 tcph->cwr = einfo->proto.tcp.cwr; in set_ect_tcp()
H A Dipt_SYNPROXY.c35 if (th->ece && th->cwr) in synproxy_tg4()
/linux/net/netfilter/
H A Dxt_ecn.c56 if (th->cwr == 1) in match_tcp()
59 if (th->cwr == 0) in match_tcp()
/linux/include/uapi/linux/netfilter_ipv4/
H A Dipt_ECN.h29 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
/linux/tools/include/uapi/linux/
H A Dtcp.h40 cwr:1; member
44 cwr:1, member
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.c308 if (!ctx->tcp->ece || !ctx->tcp->cwr) in tcp_validate_sysctl()
360 if (ctx->attrs.tstamp_ok && ctx->tcp->ece && ctx->tcp->cwr) in tcp_prepare_cookie()
422 if (!ctx->attrs.tstamp_ok || !ctx->tcp->ece || !ctx->tcp->cwr) in tcp_handle_syn()
424 ctx->tcp->cwr = 0; in tcp_handle_syn()
/linux/net/ipv6/netfilter/
H A Dip6t_SYNPROXY.c35 if (th->ece && th->cwr) in synproxy_tg6()
/linux/drivers/scsi/csiostor/
H A Dcsio_wr.c867 void *cwr = (void *)((uintptr_t)(q->vstart) + in csio_wr_get() local
908 if (unlikely(((uintptr_t)cwr + req_sz) > (uintptr_t)(q->vwrap))) { in csio_wr_get()
909 wrp->addr1 = cwr; in csio_wr_get()
910 wrp->size1 = (uint32_t)((uintptr_t)q->vwrap - (uintptr_t)cwr); in csio_wr_get()
918 wrp->addr1 = cwr; in csio_wr_get()
/linux/net/sctp/
H A Dsm_statefuns.c3095 struct sctp_cwrhdr *cwr; in sctp_sf_do_ecn_cwr() local
3105 cwr = (struct sctp_cwrhdr *)chunk->skb->data; in sctp_sf_do_ecn_cwr()
3106 skb_pull(chunk->skb, sizeof(*cwr)); in sctp_sf_do_ecn_cwr()
3108 lowest_tsn = ntohl(cwr->lowest_tsn); in sctp_sf_do_ecn_cwr()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1060 if (tcph->ece && tcph->cwr) in chtls_pass_accept_rpl()
1393 th_ecn = tcph->ece && tcph->cwr; in chtls_pass_accept_request()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1182 if (tcp->cwr) in mlx5e_shampo_update_ipv4_tcp_hdr()
1203 if (tcp->cwr) in mlx5e_shampo_update_ipv6_tcp_hdr()
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c1199 if (tcph->ece && tcph->cwr) in cxgbit_pass_accept_rpl()
/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c2474 if (tcph->ece && tcph->cwr) in accept_cr()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3906 if (th->cwr) in hns3_gro_complete()
/linux/net/ipv4/
H A Dtcp_input.c7428 bool th_ecn = th->ece && th->cwr; in tcp_ecn_create_request()