nf_nat_pptp_hook
extern const struct nf_nat_pptp_hook __rcu *nf_nat_pptp_hook;
static const struct nf_nat_pptp_hook pptp_hooks = {
WARN_ON(nf_nat_pptp_hook != NULL);
RCU_INIT_POINTER(nf_nat_pptp_hook, &pptp_hooks);
RCU_INIT_POINTER(nf_nat_pptp_hook, NULL);
hook = rcu_dereference(nf_nat_pptp_hook);
const struct nf_nat_pptp_hook *hook;
hook = rcu_dereference(nf_nat_pptp_hook);
const struct nf_nat_pptp_hook *hook;
hook = rcu_dereference(nf_nat_pptp_hook);
const struct nf_nat_pptp_hook *hook;
hook = rcu_dereference(nf_nat_pptp_hook);
const struct nf_nat_pptp_hook __rcu *nf_nat_pptp_hook;
EXPORT_SYMBOL_GPL(nf_nat_pptp_hook);
const struct nf_nat_pptp_hook *hook;