Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/netfilter/
Dnf_defrag_ipv6_hooks.c62 if (skb_nfct(skb) && !nf_ct_is_template((struct nf_conn *)skb_nfct(skb))) in ipv6_defrag()
/Linux-v4.19/net/ipv4/netfilter/
Dnf_defrag_ipv4.c78 if (skb_nfct(skb) && !nf_ct_is_template((struct nf_conn *)skb_nfct(skb))) in ipv4_conntrack_defrag()
/Linux-v4.19/include/net/netfilter/
Dnf_conntrack.h240 static inline int nf_ct_is_template(const struct nf_conn *ct) in nf_ct_is_template() function
/Linux-v4.19/net/netfilter/
Dnft_ct.c289 if (ct == NULL || nf_ct_is_template(ct)) in nft_ct_set_eval()
818 if (!ct || nf_ct_is_template(ct) || nf_ct_is_confirmed(ct)) in nft_ct_timeout_obj_eval()
1055 nf_ct_is_template(ct) || in nft_ct_helper_obj_eval()
Dnf_conntrack_proto.c470 if (tmpl && nf_ct_is_template(tmpl)) { in ipv4_conntrack_local()
Dnf_conntrack_core.c538 if (unlikely(nf_ct_is_template(ct))) { in destroy_conntrack()
1507 if ((tmpl && !nf_ct_is_template(tmpl)) || in nf_conntrack_in()