Home
last modified time | relevance | path

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

/linux/net/ipv6/netfilter/
A Dnf_defrag_ipv6_hooks.c59 if (skb_nfct(skb) && !nf_ct_is_template((struct nf_conn *)skb_nfct(skb))) in ipv6_defrag()
/linux/net/ipv4/netfilter/
A Dnf_defrag_ipv4.c75 if (skb_nfct(skb) && !nf_ct_is_template((struct nf_conn *)skb_nfct(skb))) in ipv4_conntrack_defrag()
/linux/net/netfilter/
A Dnft_ct.c291 if (ct == NULL || nf_ct_is_template(ct)) in nft_ct_set_eval()
842 if (!ct || nf_ct_is_template(ct) || nf_ct_is_confirmed(ct)) in nft_ct_timeout_obj_eval()
1077 nf_ct_is_template(ct) || in nft_ct_helper_obj_eval()
1227 if (!ct || nf_ct_is_confirmed(ct) || nf_ct_is_template(ct)) { in nft_ct_expect_obj_eval()
A Dnf_conntrack_proto.c203 if (tmpl && nf_ct_is_template(tmpl)) { in ipv4_conntrack_local()
A Dnf_conntrack_core.c623 if (unlikely(nf_ct_is_template(ct))) { in destroy_conntrack()
1874 if ((tmpl && !nf_ct_is_template(tmpl)) || in nf_conntrack_in()
/linux/include/net/netfilter/
A Dnf_conntrack.h252 static inline int nf_ct_is_template(const struct nf_conn *ct) in nf_ct_is_template() function
/linux/net/bridge/netfilter/
A Dnf_conntrack_bridge.c249 if ((ct && !nf_ct_is_template(ct)) || in nf_ct_bridge_pre()
/linux/net/sched/
A Dact_ct.c521 if ((ct && !nf_ct_is_template(ct)) || ctinfo == IP_CT_UNTRACKED) in tcf_ct_flow_table_lookup()
700 if ((ct && !nf_ct_is_template(ct)) || ctinfo == IP_CT_UNTRACKED) in tcf_ct_handle_fragments()

Completed in 18 milliseconds