Searched refs:nf_nat_pptp_hook (Results 1 – 2 of 2) sorted by relevance
48 const struct nf_nat_pptp_hook __rcu *nf_nat_pptp_hook; variable49 EXPORT_SYMBOL_GPL(nf_nat_pptp_hook);92 const struct nf_nat_pptp_hook *hook; in pptp_expectfn()103 hook = rcu_dereference(nf_nat_pptp_hook); in pptp_expectfn()131 const struct nf_nat_pptp_hook *hook; in exp_gre()161 hook = rcu_dereference(nf_nat_pptp_hook); in exp_gre()197 const struct nf_nat_pptp_hook *hook; in pptp_inbound_pkt()304 hook = rcu_dereference(nf_nat_pptp_hook); in pptp_inbound_pkt()327 const struct nf_nat_pptp_hook *hook; in pptp_outbound_pkt()402 hook = rcu_dereference(nf_nat_pptp_hook); in pptp_outbound_pkt()
301 struct nf_nat_pptp_hook { struct318 extern const struct nf_nat_pptp_hook __rcu *nf_nat_pptp_hook; argument