nf_ct_hook 452 include/linux/netfilter.h extern struct nf_ct_hook __rcu *nf_ct_hook; nf_ct_hook 545 net/netfilter/core.c struct nf_ct_hook __rcu *nf_ct_hook __read_mostly; nf_ct_hook 546 net/netfilter/core.c EXPORT_SYMBOL_GPL(nf_ct_hook); nf_ct_hook 575 net/netfilter/core.c struct nf_ct_hook *ct_hook; nf_ct_hook 578 net/netfilter/core.c ct_hook = rcu_dereference(nf_ct_hook); nf_ct_hook 588 net/netfilter/core.c struct nf_ct_hook *ct_hook; nf_ct_hook 592 net/netfilter/core.c ct_hook = rcu_dereference(nf_ct_hook); nf_ct_hook 2246 net/netfilter/nf_conntrack_core.c RCU_INIT_POINTER(nf_ct_hook, NULL); nf_ct_hook 2551 net/netfilter/nf_conntrack_core.c static struct nf_ct_hook nf_conntrack_hook = { nf_ct_hook 2561 net/netfilter/nf_conntrack_core.c RCU_INIT_POINTER(nf_ct_hook, &nf_conntrack_hook); nf_ct_hook 228 net/netfilter/nfnetlink_queue.c struct nf_ct_hook *ct_hook; nf_ct_hook 235 net/netfilter/nfnetlink_queue.c ct_hook = rcu_dereference(nf_ct_hook);