Home
last modified time | relevance | path

Searched refs:nf_ct_is_template (Results 1 – 8 of 8) sorted by relevance

/linux/net/ipv6/netfilter/
H A Dnf_defrag_ipv6_hooks.c60 if (skb_nfct(skb) && !nf_ct_is_template((struct nf_conn *)skb_nfct(skb))) in ipv6_defrag()
/linux/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c250 if ((ct && !nf_ct_is_template(ct)) || in nf_ct_bridge_pre()
314 if (nf_ct_is_confirmed(ct) || nf_ct_is_template(ct)) in nf_ct_bridge_in()
/linux/net/ipv4/netfilter/
H A Dnf_defrag_ipv4.c76 if (skb_nfct(skb) && !nf_ct_is_template((struct nf_conn *)skb_nfct(skb))) in ipv4_conntrack_defrag()
/linux/net/netfilter/
H A Dnft_ct.c285 if (ct == NULL || nf_ct_is_template(ct)) in nft_ct_set_eval()
913 if (!ct || nf_ct_is_template(ct) || nf_ct_is_confirmed(ct)) in nft_ct_timeout_obj_eval()
1148 nf_ct_is_template(ct) || in nft_ct_helper_obj_eval()
1321 if (!ct || nf_ct_is_confirmed(ct) || nf_ct_is_template(ct)) { in nft_ct_expect_obj_eval()
H A Dnf_conntrack_proto.c219 if (tmpl && nf_ct_is_template(tmpl)) { in ipv4_conntrack_local()
H A Dnf_conntrack_core.c580 if (unlikely(nf_ct_is_template(ct))) { in nf_ct_destroy()
2014 if ((tmpl && !nf_ct_is_template(tmpl)) || in nf_conntrack_in()
/linux/include/net/netfilter/
H A Dnf_conntrack.h261 static inline int nf_ct_is_template(const struct nf_conn *ct) in nf_ct_is_template() function
/linux/net/sched/
H A Dact_ct.c849 if ((ct && !nf_ct_is_template(ct)) || ctinfo == IP_CT_UNTRACKED) in tcf_ct_handle_fragments()