Searched refs:nfq_ct_hook (Results 1 – 4 of 4) sorted by relevance
20 struct nfq_ct_hook *nfq_ct; in nfqnl_ct_get()24 nfq_ct = rcu_dereference(nfq_ct_hook); in nfqnl_ct_get()42 struct nfq_ct_hook *nfq_ct; in nfqnl_ct_parse()46 nfq_ct = rcu_dereference(nfq_ct_hook); in nfqnl_ct_parse()60 struct nfq_ct_hook *nfq_ct; in nfqnl_ct_put()64 nfq_ct = rcu_dereference(nfq_ct_hook); in nfqnl_ct_put()90 struct nfq_ct_hook *nfq_ct; in nfqnl_ct_seq_adjust()92 nfq_ct = rcu_dereference(nfq_ct_hook); in nfqnl_ct_seq_adjust()103 struct nfq_ct_hook *nfq_ct; in nfqnl_attach_expect()108 nfq_ct = rcu_dereference(nfq_ct_hook); in nfqnl_attach_expect()
258 struct nfq_ct_hook __rcu *nfq_ct_hook __read_mostly;259 EXPORT_SYMBOL_GPL(nfq_ct_hook);
2271 static struct nfq_ct_hook ctnetlink_nfqueue_hook = {3258 RCU_INIT_POINTER(nfq_ct_hook, &ctnetlink_nfqueue_hook); in ctnetlink_init()3278 RCU_INIT_POINTER(nfq_ct_hook, NULL); in ctnetlink_exit()
365 struct nfq_ct_hook { struct374 extern struct nfq_ct_hook __rcu *nfq_ct_hook; argument