nf_nat_pptp_hook_expectfn  322 include/linux/netfilter/nf_conntrack_pptp.h (*nf_nat_pptp_hook_expectfn)(struct nf_conn *ct,
nf_nat_pptp_hook_expectfn  309 net/ipv4/netfilter/nf_nat_pptp.c 	BUG_ON(nf_nat_pptp_hook_expectfn != NULL);
nf_nat_pptp_hook_expectfn  310 net/ipv4/netfilter/nf_nat_pptp.c 	RCU_INIT_POINTER(nf_nat_pptp_hook_expectfn, pptp_nat_expected);
nf_nat_pptp_hook_expectfn  316 net/ipv4/netfilter/nf_nat_pptp.c 	RCU_INIT_POINTER(nf_nat_pptp_hook_expectfn, NULL);
nf_nat_pptp_hook_expectfn   69 net/netfilter/nf_conntrack_pptp.c (*nf_nat_pptp_hook_expectfn)(struct nf_conn *ct,
nf_nat_pptp_hook_expectfn   71 net/netfilter/nf_conntrack_pptp.c EXPORT_SYMBOL_GPL(nf_nat_pptp_hook_expectfn);
nf_nat_pptp_hook_expectfn  115 net/netfilter/nf_conntrack_pptp.c 	typeof(nf_nat_pptp_hook_expectfn) nf_nat_pptp_expectfn;
nf_nat_pptp_hook_expectfn  125 net/netfilter/nf_conntrack_pptp.c 	nf_nat_pptp_expectfn = rcu_dereference(nf_nat_pptp_hook_expectfn);