Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dcore.c675 const struct nf_ct_hook __rcu *nf_ct_hook __read_mostly;
676 EXPORT_SYMBOL_GPL(nf_ct_hook);
697 const struct nf_ct_hook *ct_hook;
701 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_attach()
711 const struct nf_ct_hook *ct_hook;
714 ct_hook = rcu_dereference(nf_ct_hook); in nf_conntrack_destroy()
725 const struct nf_ct_hook *ct_hook;
731 ct_hook = rcu_dereference(nf_ct_hook); in nf_ct_set_closing()
742 const struct nf_ct_hook *ct_hoo
[all...]
H A Dnf_tables_trace.c97 const struct nf_ct_hook *ct_hook; in nf_trace_fill_ct_info()
102 ct_hook = rcu_dereference(nf_ct_hook); in nf_trace_fill_ct_info()
H A Dnf_conntrack_core.c2464 RCU_INIT_POINTER(nf_ct_hook, NULL); in nf_conntrack_cleanup_end()
2724 static const struct nf_ct_hook nf_conntrack_hook = {
2736 RCU_INIT_POINTER(nf_ct_hook, &nf_conntrack_hook); in nf_conntrack_init_end()
H A Dnfnetlink_queue.c374 const struct nf_ct_hook *ct_hook; in nfqnl_reinject()
382 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()
/linux/include/linux/
H A Dnetfilter.h469 struct nf_ct_hook { struct
479 extern const struct nf_ct_hook __rcu *nf_ct_hook; argument
/linux/net/bridge/
H A Dbr_netfilter_hooks.c586 const struct nf_ct_hook *ct_hook; in br_nf_local_in()
612 ct_hook = rcu_dereference(nf_ct_hook); in br_nf_local_in()