Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/netfilter/
Dnf_nat_pptp.c296 BUG_ON(nf_nat_pptp_hook_expectfn != NULL); in nf_nat_helper_pptp_init()
297 RCU_INIT_POINTER(nf_nat_pptp_hook_expectfn, pptp_nat_expected); in nf_nat_helper_pptp_init()
303 RCU_INIT_POINTER(nf_nat_pptp_hook_expectfn, NULL); in nf_nat_helper_pptp_fini()
/linux-4.1.27/net/netfilter/
Dnf_conntrack_pptp.c68 (*nf_nat_pptp_hook_expectfn)(struct nf_conn *ct, variable
70 EXPORT_SYMBOL_GPL(nf_nat_pptp_hook_expectfn);
106 typeof(nf_nat_pptp_hook_expectfn) nf_nat_pptp_expectfn; in pptp_expectfn()
117 nf_nat_pptp_expectfn = rcu_dereference(nf_nat_pptp_hook_expectfn); in pptp_expectfn()
/linux-4.1.27/include/linux/netfilter/
Dnf_conntrack_pptp.h322 (*nf_nat_pptp_hook_expectfn)(struct nf_conn *ct,