nf_nat_pptp_hook_inbound  311 include/linux/netfilter/nf_conntrack_pptp.h (*nf_nat_pptp_hook_inbound)(struct sk_buff *skb,
nf_nat_pptp_hook_inbound  303 net/ipv4/netfilter/nf_nat_pptp.c 	BUG_ON(nf_nat_pptp_hook_inbound != NULL);
nf_nat_pptp_hook_inbound  304 net/ipv4/netfilter/nf_nat_pptp.c 	RCU_INIT_POINTER(nf_nat_pptp_hook_inbound, pptp_inbound_pkt);
nf_nat_pptp_hook_inbound  318 net/ipv4/netfilter/nf_nat_pptp.c 	RCU_INIT_POINTER(nf_nat_pptp_hook_inbound, NULL);
nf_nat_pptp_hook_inbound   56 net/netfilter/nf_conntrack_pptp.c (*nf_nat_pptp_hook_inbound)(struct sk_buff *skb,
nf_nat_pptp_hook_inbound   60 net/netfilter/nf_conntrack_pptp.c EXPORT_SYMBOL_GPL(nf_nat_pptp_hook_inbound);
nf_nat_pptp_hook_inbound  284 net/netfilter/nf_conntrack_pptp.c 	typeof(nf_nat_pptp_hook_inbound) nf_nat_pptp_inbound;
nf_nat_pptp_hook_inbound  386 net/netfilter/nf_conntrack_pptp.c 	nf_nat_pptp_inbound = rcu_dereference(nf_nat_pptp_hook_inbound);