Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/netfilter/
Dnf_nat_pptp.c309 BUG_ON(nf_nat_pptp_hook_exp_gre != NULL); in nf_nat_helper_pptp_init()
310 RCU_INIT_POINTER(nf_nat_pptp_hook_exp_gre, pptp_exp_gre); in nf_nat_helper_pptp_init()
320 RCU_INIT_POINTER(nf_nat_pptp_hook_exp_gre, NULL); in nf_nat_helper_pptp_fini()
/Linux-v5.4/net/netfilter/
Dnf_conntrack_pptp.c63 (*nf_nat_pptp_hook_exp_gre)(struct nf_conntrack_expect *expect_orig, variable
66 EXPORT_SYMBOL_GPL(nf_nat_pptp_hook_exp_gre);
206 typeof(nf_nat_pptp_hook_exp_gre) nf_nat_pptp_exp_gre; in exp_gre()
234 nf_nat_pptp_exp_gre = rcu_dereference(nf_nat_pptp_hook_exp_gre); in exp_gre()
/Linux-v5.4/include/linux/netfilter/
Dnf_conntrack_pptp.h318 (*nf_nat_pptp_hook_exp_gre)(struct nf_conntrack_expect *exp_orig,