Searched refs:nf_ct_is_template (Results 1 – 11 of 11) sorted by relevance
60 if (skb_nfct(skb) && !nf_ct_is_template((struct nf_conn *)skb_nfct(skb))) in ipv6_defrag()
249 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()
76 if (skb_nfct(skb) && !nf_ct_is_template((struct nf_conn *)skb_nfct(skb))) in ipv4_conntrack_defrag()
110 if (!ct || nf_ct_is_template(ct)) in xt_cluster_mt()
81 if (!ct || nf_ct_is_template(ct)) in nft_ct_get_eval()287 if (ct == NULL || nf_ct_is_template(ct)) in nft_ct_set_eval()888 if (!ct || nf_ct_is_template(ct) || nf_ct_is_confirmed(ct)) in nft_ct_timeout_obj_eval()1123 nf_ct_is_template(ct) || in nft_ct_helper_obj_eval()1420 if (!ct || nf_ct_is_confirmed(ct) || nf_ct_is_template(ct)) { in nft_ct_expect_obj_eval()
224 if (tmpl && nf_ct_is_template(tmpl)) { in ipv4_conntrack_local()
143 if (found_ct && !nf_ct_is_template(found_ct)) { in get_ct_or_tuple_from_skb()
598 if (unlikely(nf_ct_is_template(ct))) { in nf_ct_destroy()2014 if ((tmpl && !nf_ct_is_template(tmpl)) || in nf_conntrack_in()
1225 if (ct && !nf_ct_is_template(ct)) { in nfqnl_validate_l4()
263 static inline int nf_ct_is_template(const struct nf_conn *ct) in nf_ct_is_template() function
861 if ((ct && !nf_ct_is_template(ct)) || ctinfo == IP_CT_UNTRACKED) in tcf_ct_handle_fragments()