Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dcore.c566 struct nf_ct_hook __rcu *nf_ct_hook __read_mostly;
567 EXPORT_SYMBOL_GPL(nf_ct_hook);
596 struct nf_ct_hook *ct_hook; in nf_conntrack_destroy()
599 ct_hook = rcu_dereference(nf_ct_hook); in nf_conntrack_destroy()
609 struct nf_ct_hook *ct_hook; in nf_ct_get_tuple_skb()
613 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_get_tuple_skb()
Dnf_conntrack_core.c2033 RCU_INIT_POINTER(nf_ct_hook, NULL); in nf_conntrack_cleanup_end()
2340 static struct nf_ct_hook nf_conntrack_hook = {
2350 RCU_INIT_POINTER(nf_ct_hook, &nf_conntrack_hook); in nf_conntrack_init_end()
Dnfnetlink_queue.c232 struct nf_ct_hook *ct_hook; in nfqnl_reinject()
239 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()
/Linux-v4.19/include/linux/
Dnetfilter.h435 struct nf_ct_hook { struct
441 extern struct nf_ct_hook __rcu *nf_ct_hook; argument