Home
last modified time | relevance | path

Searched refs:nf_nat_irc_hook (Results 1 – 2 of 2) sorted by relevance

/net/netfilter/
Dnf_nat_irc.c101 RCU_INIT_POINTER(nf_nat_irc_hook, NULL); in nf_nat_irc_fini()
107 BUG_ON(nf_nat_irc_hook != NULL); in nf_nat_irc_init()
109 RCU_INIT_POINTER(nf_nat_irc_hook, help); in nf_nat_irc_init()
Dnf_conntrack_irc.c33 unsigned int (*nf_nat_irc_hook)(struct sk_buff *skb, variable
39 EXPORT_SYMBOL_GPL(nf_nat_irc_hook);
123 typeof(nf_nat_irc_hook) nf_nat_irc; in help()
236 nf_nat_irc = rcu_dereference(nf_nat_irc_hook); in help()