Searched refs:nf_ct_is_template (Results 1 – 6 of 6) sorted by relevance
62 if (skb_nfct(skb) && !nf_ct_is_template((struct nf_conn *)skb_nfct(skb))) in ipv6_defrag()
78 if (skb_nfct(skb) && !nf_ct_is_template((struct nf_conn *)skb_nfct(skb))) in ipv4_conntrack_defrag()
240 static inline int nf_ct_is_template(const struct nf_conn *ct) in nf_ct_is_template() function
289 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()
470 if (tmpl && nf_ct_is_template(tmpl)) { in ipv4_conntrack_local()
538 if (unlikely(nf_ct_is_template(ct))) { in destroy_conntrack()1507 if ((tmpl && !nf_ct_is_template(tmpl)) || in nf_conntrack_in()