Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetfilter.h476 struct nf_ct_hook { struct
486 extern const struct nf_ct_hook __rcu *nf_ct_hook; argument
/linux/net/bridge/
H A Dbr_netfilter_hooks.c591 const struct nf_ct_hook *ct_hook; in br_nf_local_in()
617 ct_hook = rcu_dereference(nf_ct_hook); in br_nf_local_in()
/linux/net/netfilter/
H A Dnf_conntrack_core.c2457 RCU_INIT_POINTER(nf_ct_hook, NULL); in nf_conntrack_cleanup_end()
2718 static const struct nf_ct_hook nf_conntrack_hook = {
2730 RCU_INIT_POINTER(nf_ct_hook, &nf_conntrack_hook); in nf_conntrack_init_end()
H A Dnfnetlink_queue.c486 const struct nf_ct_hook *ct_hook; in nfqnl_reinject()
497 ct_hook = rcu_dereference(nf_ct_hook); in nfqnl_reinject()