Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnfnetlink_queue_ct.c20 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()
Dcore.c258 struct nfq_ct_hook __rcu *nfq_ct_hook __read_mostly;
259 EXPORT_SYMBOL_GPL(nfq_ct_hook);
Dnf_conntrack_netlink.c2271 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()
/linux-4.1.27/include/linux/
Dnetfilter.h365 struct nfq_ct_hook { struct
374 extern struct nfq_ct_hook __rcu *nfq_ct_hook; argument