Home
last modified time | relevance | path

Searched refs:nf_ct_is_template (Results 1 – 11 of 11) 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.c249 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 Dxt_cluster.c110 if (!ct || nf_ct_is_template(ct)) in xt_cluster_mt()
H A Dnft_ct.c81 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()
H A Dnf_conntrack_proto.c224 if (tmpl && nf_ct_is_template(tmpl)) { in ipv4_conntrack_local()
H A Dnf_conncount.c143 if (found_ct && !nf_ct_is_template(found_ct)) { in get_ct_or_tuple_from_skb()
H A Dnf_conntrack_core.c598 if (unlikely(nf_ct_is_template(ct))) { in nf_ct_destroy()
2014 if ((tmpl && !nf_ct_is_template(tmpl)) || in nf_conntrack_in()
H A Dnfnetlink_queue.c1225 if (ct && !nf_ct_is_template(ct)) { in nfqnl_validate_l4()
/linux/include/net/netfilter/
H A Dnf_conntrack.h263 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.c861 if ((ct && !nf_ct_is_template(ct)) || ctinfo == IP_CT_UNTRACKED) in tcf_ct_handle_fragments()