Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/netfilter/
Dnf_nat_pptp.c290 BUG_ON(nf_nat_pptp_hook_inbound != NULL); in nf_nat_helper_pptp_init()
291 RCU_INIT_POINTER(nf_nat_pptp_hook_inbound, pptp_inbound_pkt); in nf_nat_helper_pptp_init()
305 RCU_INIT_POINTER(nf_nat_pptp_hook_inbound, NULL); in nf_nat_helper_pptp_fini()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_pptp.c55 (*nf_nat_pptp_hook_inbound)(struct sk_buff *skb, variable
59 EXPORT_SYMBOL_GPL(nf_nat_pptp_hook_inbound);
278 typeof(nf_nat_pptp_hook_inbound) nf_nat_pptp_inbound; in pptp_inbound_pkt()
380 nf_nat_pptp_inbound = rcu_dereference(nf_nat_pptp_hook_inbound); in pptp_inbound_pkt()
/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_pptp.h311 (*nf_nat_pptp_hook_inbound)(struct sk_buff *skb,