IP_CT_UNTRACKED  1579 include/net/ip_vs.h 		nf_ct_set(skb, NULL, IP_CT_UNTRACKED);
IP_CT_UNTRACKED   240 net/bridge/netfilter/nf_conntrack_bridge.c 	    ctinfo == IP_CT_UNTRACKED)
IP_CT_UNTRACKED   273 net/bridge/netfilter/nf_conntrack_bridge.c 		nf_ct_set(skb, NULL, IP_CT_UNTRACKED);
IP_CT_UNTRACKED    78 net/ipv4/netfilter/nf_defrag_ipv4.c 	if (skb->_nfct == IP_CT_UNTRACKED)
IP_CT_UNTRACKED    69 net/ipv4/netfilter/nf_dup_ipv4.c 	nf_ct_set(skb, NULL, IP_CT_UNTRACKED);
IP_CT_UNTRACKED    62 net/ipv6/netfilter/nf_defrag_ipv6_hooks.c 	if (skb->_nfct == IP_CT_UNTRACKED)
IP_CT_UNTRACKED    58 net/ipv6/netfilter/nf_dup_ipv6.c 	nf_ct_set(skb, NULL, IP_CT_UNTRACKED);
IP_CT_UNTRACKED  1677 net/netfilter/nf_conntrack_core.c 	if (tmpl || ctinfo == IP_CT_UNTRACKED) {
IP_CT_UNTRACKED  1680 net/netfilter/nf_conntrack_core.c 		     ctinfo == IP_CT_UNTRACKED) {
IP_CT_UNTRACKED  2576 net/netfilter/nf_conntrack_core.c 	BUILD_BUG_ON(IP_CT_UNTRACKED == IP_CT_NUMBER);
IP_CT_UNTRACKED   157 net/netfilter/nf_conntrack_proto_icmpv6.c 		nf_ct_set(skb, NULL, IP_CT_UNTRACKED);
IP_CT_UNTRACKED    77 net/netfilter/nft_ct.c 		else if (ctinfo == IP_CT_UNTRACKED)
IP_CT_UNTRACKED   772 net/netfilter/nft_ct.c 	if (ct || ctinfo == IP_CT_UNTRACKED)
IP_CT_UNTRACKED   775 net/netfilter/nft_ct.c 	nf_ct_set(skb, ct, IP_CT_UNTRACKED);
IP_CT_UNTRACKED  1223 net/netfilter/nft_ct.c 	if (!ct || ctinfo == IP_CT_UNTRACKED) {
IP_CT_UNTRACKED    30 net/netfilter/xt_CT.c 		nf_ct_set(skb, ct, IP_CT_UNTRACKED);
IP_CT_UNTRACKED   350 net/netfilter/xt_CT.c 	nf_ct_set(skb, NULL, IP_CT_UNTRACKED);
IP_CT_UNTRACKED   174 net/netfilter/xt_conntrack.c 	else if (ctinfo == IP_CT_UNTRACKED)
IP_CT_UNTRACKED    30 net/netfilter/xt_state.c 	else if (ctinfo == IP_CT_UNTRACKED)
IP_CT_UNTRACKED  1315 net/openvswitch/conntrack.c 		nf_ct_set(skb, NULL, IP_CT_UNTRACKED);
IP_CT_UNTRACKED    63 net/sched/act_ct.c 		nf_ct_set(skb, NULL, IP_CT_UNTRACKED);
IP_CT_UNTRACKED   161 net/sched/act_ct.c 	if ((ct && !nf_ct_is_template(ct)) || ctinfo == IP_CT_UNTRACKED)
IP_CT_UNTRACKED   405 net/sched/act_ct.c 			nf_ct_set(skb, NULL, IP_CT_UNTRACKED);