Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv6/netfilter/
Dnf_defrag_ipv6_hooks.c59 if (skb_nfct(skb) && !nf_ct_is_template((struct nf_conn *)skb_nfct(skb))) in ipv6_defrag()
/linux-5.19.10/net/ipv4/netfilter/
Dnf_defrag_ipv4.c75 if (skb_nfct(skb) && !nf_ct_is_template((struct nf_conn *)skb_nfct(skb))) in ipv4_conntrack_defrag()
/linux-5.19.10/net/netfilter/
Dnft_ct.c294 if (ct == NULL || nf_ct_is_template(ct)) in nft_ct_set_eval()
891 if (!ct || nf_ct_is_template(ct) || nf_ct_is_confirmed(ct)) in nft_ct_timeout_obj_eval()
1129 nf_ct_is_template(ct) || in nft_ct_helper_obj_eval()
1279 if (!ct || nf_ct_is_confirmed(ct) || nf_ct_is_template(ct)) { in nft_ct_expect_obj_eval()
Dnf_conntrack_proto.c203 if (tmpl && nf_ct_is_template(tmpl)) { in ipv4_conntrack_local()
Dnf_conntrack_core.c591 if (unlikely(nf_ct_is_template(ct))) { in nf_ct_destroy()
1980 if ((tmpl && !nf_ct_is_template(tmpl)) || in nf_conntrack_in()
/linux-5.19.10/include/net/netfilter/
Dnf_conntrack.h263 static inline int nf_ct_is_template(const struct nf_conn *ct) in nf_ct_is_template() function
/linux-5.19.10/net/bridge/netfilter/
Dnf_conntrack_bridge.c250 if ((ct && !nf_ct_is_template(ct)) || in nf_ct_bridge_pre()
/linux-5.19.10/net/sched/
Dact_ct.c781 if ((ct && !nf_ct_is_template(ct)) || ctinfo == IP_CT_UNTRACKED) in tcf_ct_handle_fragments()