Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/netfilter/
Dcore.c642 struct nf_ct_hook __rcu *nf_ct_hook __read_mostly;
643 EXPORT_SYMBOL_GPL(nf_ct_hook);
672 struct nf_ct_hook *ct_hook; in nf_conntrack_destroy()
675 ct_hook = rcu_dereference(nf_ct_hook); in nf_conntrack_destroy()
685 struct nf_ct_hook *ct_hook; in nf_ct_get_tuple_skb()
689 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_get_tuple_skb()
Dnfnetlink_queue.c228 struct nf_ct_hook *ct_hook; in nfqnl_reinject()
235 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()
Dnf_conntrack_core.c2369 RCU_INIT_POINTER(nf_ct_hook, NULL); in nf_conntrack_cleanup_end()
2677 static struct nf_ct_hook nf_conntrack_hook = {
2687 RCU_INIT_POINTER(nf_ct_hook, &nf_conntrack_hook); in nf_conntrack_init_end()
/kernel/linux/linux-5.10/include/linux/
Dnetfilter.h455 struct nf_ct_hook { struct
461 extern struct nf_ct_hook __rcu *nf_ct_hook; argument