ece               971 drivers/crypto/chelsio/chtls/chtls_cm.c 	if (tcph->ece && tcph->cwr)
ece              1233 drivers/crypto/chelsio/chtls/chtls_cm.c 	th_ecn = tcph->ece && tcph->cwr;
ece              2467 drivers/infiniband/hw/cxgb4/cm.c 		if (tcph->ece && tcph->cwr)
ece              8324 drivers/net/ethernet/neterion/s2io.c 	    tcp->ece || tcp->cwr || !tcp->ack) {
ece              1197 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	if (tcph->ece && tcph->cwr)
ece                29 include/uapi/linux/netfilter_ipv4/ipt_ECN.h 			__u8 ece:1, cwr:1; /* TCP ECT bits */
ece                39 include/uapi/linux/tcp.h 		ece:1,
ece                45 include/uapi/linux/tcp.h 		ece:1,
ece                56 net/ipv4/netfilter/ipt_ECN.c 	     tcph->ece == einfo->proto.tcp.ece) &&
ece                67 net/ipv4/netfilter/ipt_ECN.c 		tcph->ece = einfo->proto.tcp.ece;
ece                35 net/ipv4/netfilter/ipt_SYNPROXY.c 		if (th->ece && th->cwr)
ece               312 net/ipv4/tcp_input.c 	if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr))
ece               318 net/ipv4/tcp_input.c 	if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr))
ece               324 net/ipv4/tcp_input.c 	if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK))
ece              6414 net/ipv4/tcp_input.c 	bool th_ecn = th->ece && th->cwr;
ece               358 net/ipv4/tcp_output.c 		th->ece = 1;
ece               384 net/ipv4/tcp_output.c 			th->ece = 1;
ece                35 net/ipv6/netfilter/ip6t_SYNPROXY.c 		if (th->ece && th->cwr)
ece                90 net/netfilter/nf_log_common.c 	if (th->ece)
ece                30 net/netfilter/nft_synproxy.c 	if (tcp->ece && tcp->cwr)
ece                42 net/netfilter/xt_ecn.c 			if (th->ece == 1)
ece                45 net/netfilter/xt_ecn.c 			if (th->ece == 0)