nfnl_ct_hook      469 include/linux/netfilter.h extern struct nfnl_ct_hook __rcu *nfnl_ct_hook;
nfnl_ct_hook      542 net/netfilter/core.c struct nfnl_ct_hook __rcu *nfnl_ct_hook __read_mostly;
nfnl_ct_hook      543 net/netfilter/core.c EXPORT_SYMBOL_GPL(nfnl_ct_hook);
nfnl_ct_hook     2636 net/netfilter/nf_conntrack_netlink.c static struct nfnl_ct_hook ctnetlink_glue_hook = {
nfnl_ct_hook     3638 net/netfilter/nf_conntrack_netlink.c 	RCU_INIT_POINTER(nfnl_ct_hook, &ctnetlink_glue_hook);
nfnl_ct_hook     3656 net/netfilter/nf_conntrack_netlink.c 	RCU_INIT_POINTER(nfnl_ct_hook, NULL);
nfnl_ct_hook      451 net/netfilter/nfnetlink_log.c 			const struct nfnl_ct_hook *nfnl_ct,
nfnl_ct_hook      690 net/netfilter/nfnetlink_log.c 	const struct nfnl_ct_hook *nfnl_ct = NULL;
nfnl_ct_hook      738 net/netfilter/nfnetlink_log.c 		nfnl_ct = rcu_dereference(nfnl_ct_hook);
nfnl_ct_hook      912 net/netfilter/nfnetlink_log.c 		    !rcu_access_pointer(nfnl_ct_hook)) {
nfnl_ct_hook      917 net/netfilter/nfnetlink_log.c 			if (rcu_access_pointer(nfnl_ct_hook)) {
nfnl_ct_hook      392 net/netfilter/nfnetlink_queue.c 	struct nfnl_ct_hook *nfnl_ct;
nfnl_ct_hook      445 net/netfilter/nfnetlink_queue.c 	nfnl_ct = rcu_dereference(nfnl_ct_hook);
nfnl_ct_hook     1109 net/netfilter/nfnetlink_queue.c static struct nf_conn *nfqnl_ct_parse(struct nfnl_ct_hook *nfnl_ct,
nfnl_ct_hook     1180 net/netfilter/nfnetlink_queue.c 	struct nfnl_ct_hook *nfnl_ct;
nfnl_ct_hook     1201 net/netfilter/nfnetlink_queue.c 	nfnl_ct = rcu_dereference(nfnl_ct_hook);
nfnl_ct_hook     1299 net/netfilter/nfnetlink_queue.c 		    !rcu_access_pointer(nfnl_ct_hook)) {
nfnl_ct_hook     1304 net/netfilter/nfnetlink_queue.c 			if (rcu_access_pointer(nfnl_ct_hook))