Home
last modified time | relevance | path

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

/linux-6.6.21/net/netfilter/
Dcore.c680 const struct nf_ct_hook __rcu *nf_ct_hook __read_mostly;
681 EXPORT_SYMBOL_GPL(nf_ct_hook);
702 const struct nf_ct_hook *ct_hook; in nf_ct_attach()
706 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_attach()
716 const struct nf_ct_hook *ct_hook; in nf_conntrack_destroy()
719 ct_hook = rcu_dereference(nf_ct_hook); in nf_conntrack_destroy()
730 const struct nf_ct_hook *ct_hook; in nf_ct_set_closing()
736 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_set_closing()
747 const struct nf_ct_hook *ct_hook; in nf_ct_get_tuple_skb()
751 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_get_tuple_skb()
Dnf_conntrack_core.c2509 RCU_INIT_POINTER(nf_ct_hook, NULL); in nf_conntrack_cleanup_end()
2763 static const struct nf_ct_hook nf_conntrack_hook = {
2774 RCU_INIT_POINTER(nf_ct_hook, &nf_conntrack_hook); in nf_conntrack_init_end()
Dnfnetlink_queue.c230 const struct nf_ct_hook *ct_hook; in nfqnl_reinject()
237 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()
/linux-6.6.21/include/linux/
Dnetfilter.h460 struct nf_ct_hook { struct
469 extern const struct nf_ct_hook __rcu *nf_ct_hook; argument
/linux-6.6.21/net/bridge/
Dbr_netfilter_hooks.c604 const struct nf_ct_hook *ct_hook; in br_nf_local_in()
621 ct_hook = rcu_dereference(nf_ct_hook); in br_nf_local_in()