Home
last modified time | relevance | path

Searched refs:nf_nat_pptp_hook_exp_gre (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/ipv4/netfilter/
Dnf_nat_pptp.c293 BUG_ON(nf_nat_pptp_hook_exp_gre != NULL); in nf_nat_helper_pptp_init()
294 RCU_INIT_POINTER(nf_nat_pptp_hook_exp_gre, pptp_exp_gre); in nf_nat_helper_pptp_init()
304 RCU_INIT_POINTER(nf_nat_pptp_hook_exp_gre, NULL); in nf_nat_helper_pptp_fini()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_pptp.c62 (*nf_nat_pptp_hook_exp_gre)(struct nf_conntrack_expect *expect_orig, variable
65 EXPORT_SYMBOL_GPL(nf_nat_pptp_hook_exp_gre);
208 typeof(nf_nat_pptp_hook_exp_gre) nf_nat_pptp_exp_gre; in exp_gre()
236 nf_nat_pptp_exp_gre = rcu_dereference(nf_nat_pptp_hook_exp_gre); in exp_gre()
/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_pptp.h318 (*nf_nat_pptp_hook_exp_gre)(struct nf_conntrack_expect *exp_orig,