Searched refs:nf_ct_hook (Results 1 – 4 of 4) sorted by relevance
643 struct nf_ct_hook __rcu *nf_ct_hook __read_mostly;644 EXPORT_SYMBOL_GPL(nf_ct_hook);673 struct nf_ct_hook *ct_hook; in nf_conntrack_destroy()676 ct_hook = rcu_dereference(nf_ct_hook); in nf_conntrack_destroy()686 struct nf_ct_hook *ct_hook; in nf_ct_get_tuple_skb()690 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_get_tuple_skb()
228 struct nf_ct_hook *ct_hook; in nfqnl_reinject()235 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()
2370 RCU_INIT_POINTER(nf_ct_hook, NULL); in nf_conntrack_cleanup_end()2678 static struct nf_ct_hook nf_conntrack_hook = {2688 RCU_INIT_POINTER(nf_ct_hook, &nf_conntrack_hook); in nf_conntrack_init_end()
460 struct nf_ct_hook { struct468 extern struct nf_ct_hook __rcu *nf_ct_hook; argument