Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dcore.c668 const struct nf_ct_hook __rcu *nf_ct_hook __read_mostly;
669 EXPORT_SYMBOL_GPL(nf_ct_hook);
681 const struct nf_ct_hook *ct_hook; in nf_ct_attach()
685 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_attach()
695 const struct nf_ct_hook *ct_hook; in nf_conntrack_destroy()
698 ct_hook = rcu_dereference(nf_ct_hook); in nf_conntrack_destroy()
708 const struct nf_ct_hook *ct_hook; in nf_ct_get_tuple_skb()
712 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_get_tuple_skb()
Dnfnetlink_queue.c228 const struct nf_ct_hook *ct_hook; in nfqnl_reinject()
235 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()
Dnf_conntrack_core.c2525 RCU_INIT_POINTER(nf_ct_hook, NULL); in nf_conntrack_cleanup_end()
2768 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.1.9/include/linux/
Dnetfilter.h456 struct nf_ct_hook { struct
463 extern const struct nf_ct_hook __rcu *nf_ct_hook; argument