Home
last modified time | relevance | path

Searched refs:nf_ct_hook (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/net/netfilter/
A Dcore.c668 const struct nf_ct_hook __rcu *nf_ct_hook __read_mostly;
669 EXPORT_SYMBOL_GPL(nf_ct_hook);
684 const struct nf_ct_hook *ct_hook; in nf_ct_attach()
688 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_attach()
698 const struct nf_ct_hook *ct_hook; in nf_conntrack_destroy()
701 ct_hook = rcu_dereference(nf_ct_hook); in nf_conntrack_destroy()
710 const struct nf_ct_hook *ct_hook; in nf_ct_set_closing()
716 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_set_closing()
727 const struct nf_ct_hook *ct_hook; in nf_ct_get_tuple_skb()
731 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_get_tuple_skb()
A Dnfnetlink_queue.c228 const struct nf_ct_hook *ct_hook; in nfqnl_reinject()
235 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()
A Dnf_conntrack_core.c2513 RCU_INIT_POINTER(nf_ct_hook, NULL); in nf_conntrack_cleanup_end()
2767 static const struct nf_ct_hook nf_conntrack_hook = {
2777 RCU_INIT_POINTER(nf_ct_hook, &nf_conntrack_hook); in nf_conntrack_init_end()
/linux-6.3-rc2/include/linux/
A Dnetfilter.h458 struct nf_ct_hook { struct
466 extern const struct nf_ct_hook __rcu *nf_ct_hook; argument

Completed in 14 milliseconds