Searched refs:nfq_ct_hook (Results 1 - 3 of 3) sorted by relevance

/net/netfilter/
H A Dnfnetlink_queue_ct.c20 struct nfq_ct_hook *nfq_ct;
24 nfq_ct = rcu_dereference(nfq_ct_hook);
42 struct nfq_ct_hook *nfq_ct;
46 nfq_ct = rcu_dereference(nfq_ct_hook);
60 struct nfq_ct_hook *nfq_ct;
64 nfq_ct = rcu_dereference(nfq_ct_hook);
90 struct nfq_ct_hook *nfq_ct;
92 nfq_ct = rcu_dereference(nfq_ct_hook);
103 struct nfq_ct_hook *nfq_ct;
108 nfq_ct = rcu_dereference(nfq_ct_hook);
[all...]
H A Dcore.c263 struct nfq_ct_hook __rcu *nfq_ct_hook __read_mostly;
264 EXPORT_SYMBOL_GPL(nfq_ct_hook); variable
H A Dnf_conntrack_netlink.c2232 static struct nfq_ct_hook ctnetlink_nfqueue_hook = {
3224 RCU_INIT_POINTER(nfq_ct_hook, &ctnetlink_nfqueue_hook);
3244 RCU_INIT_POINTER(nfq_ct_hook, NULL);

Completed in 112 milliseconds