cwr               971 drivers/crypto/chelsio/chtls/chtls_cm.c 	if (tcph->ece && tcph->cwr)
cwr              1233 drivers/crypto/chelsio/chtls/chtls_cm.c 	th_ecn = tcph->ece && tcph->cwr;
cwr              2467 drivers/infiniband/hw/cxgb4/cm.c 		if (tcph->ece && tcph->cwr)
cwr              2507 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	if (th->cwr)
cwr              8324 drivers/net/ethernet/neterion/s2io.c 	    tcp->ece || tcp->cwr || !tcp->ack) {
cwr               867 drivers/scsi/csiostor/csio_wr.c 	void *cwr = (void *)((uintptr_t)(q->vstart) +
cwr               908 drivers/scsi/csiostor/csio_wr.c 	if (unlikely(((uintptr_t)cwr + req_sz) > (uintptr_t)(q->vwrap))) {
cwr               909 drivers/scsi/csiostor/csio_wr.c 		wrp->addr1 = cwr;
cwr               910 drivers/scsi/csiostor/csio_wr.c 		wrp->size1 = (uint32_t)((uintptr_t)q->vwrap - (uintptr_t)cwr);
cwr               918 drivers/scsi/csiostor/csio_wr.c 		wrp->addr1 = cwr;
cwr              1197 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	if (tcph->ece && tcph->cwr)
cwr                29 include/uapi/linux/netfilter_ipv4/ipt_ECN.h 			__u8 ece:1, cwr:1; /* TCP ECT bits */
cwr                40 include/uapi/linux/tcp.h 		cwr:1;
cwr                44 include/uapi/linux/tcp.h 		cwr:1,
cwr                58 net/ipv4/netfilter/ipt_ECN.c 	     tcph->cwr == einfo->proto.tcp.cwr))
cwr                69 net/ipv4/netfilter/ipt_ECN.c 		tcph->cwr = einfo->proto.tcp.cwr;
cwr                35 net/ipv4/netfilter/ipt_SYNPROXY.c 		if (th->ece && th->cwr)
cwr               256 net/ipv4/tcp_input.c 	if (tcp_hdr(skb)->cwr) {
cwr               312 net/ipv4/tcp_input.c 	if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr))
cwr               318 net/ipv4/tcp_input.c 	if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr))
cwr              6414 net/ipv4/tcp_input.c 	bool th_ecn = th->ece && th->cwr;
cwr               143 net/ipv4/tcp_offload.c 		th->cwr = 0;
cwr               298 net/ipv4/tcp_offload.c 	if (th->cwr)
cwr               376 net/ipv4/tcp_output.c 				th->cwr = 1;
cwr                35 net/ipv6/netfilter/ip6t_SYNPROXY.c 		if (th->ece && th->cwr)
cwr                88 net/netfilter/nf_log_common.c 	if (th->cwr)
cwr                30 net/netfilter/nft_synproxy.c 	if (tcp->ece && tcp->cwr)
cwr                52 net/netfilter/xt_ecn.c 			if (th->cwr == 1)
cwr                55 net/netfilter/xt_ecn.c 			if (th->cwr == 0)
cwr               671 net/sctp/sm_make_chunk.c 	struct sctp_cwrhdr cwr;
cwr               673 net/sctp/sm_make_chunk.c 	cwr.lowest_tsn = htonl(lowest_tsn);
cwr               675 net/sctp/sm_make_chunk.c 				   sizeof(cwr), GFP_ATOMIC);
cwr               681 net/sctp/sm_make_chunk.c 		sctp_addto_chunk(retval, sizeof(cwr), &cwr);
cwr              2969 net/sctp/sm_statefuns.c 	struct sctp_cwrhdr *cwr;
cwr              2979 net/sctp/sm_statefuns.c 	cwr = (struct sctp_cwrhdr *)chunk->skb->data;
cwr              2980 net/sctp/sm_statefuns.c 	skb_pull(chunk->skb, sizeof(*cwr));
cwr              2982 net/sctp/sm_statefuns.c 	lowest_tsn = ntohl(cwr->lowest_tsn);