Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/netfilter/
Dnf_nat_pptp.c300 BUG_ON(nf_nat_pptp_hook_outbound != NULL); in nf_nat_helper_pptp_init()
301 RCU_INIT_POINTER(nf_nat_pptp_hook_outbound, pptp_outbound_pkt); in nf_nat_helper_pptp_init()
319 RCU_INIT_POINTER(nf_nat_pptp_hook_outbound, NULL); in nf_nat_helper_pptp_fini()
/Linux-v5.10/net/netfilter/
Dnf_conntrack_pptp.c49 (*nf_nat_pptp_hook_outbound)(struct sk_buff *skb, variable
53 EXPORT_SYMBOL_GPL(nf_nat_pptp_hook_outbound);
412 typeof(nf_nat_pptp_hook_outbound) nf_nat_pptp_outbound; in pptp_outbound_pkt()
482 nf_nat_pptp_outbound = rcu_dereference(nf_nat_pptp_hook_outbound); in pptp_outbound_pkt()
/Linux-v5.10/include/linux/netfilter/
Dnf_conntrack_pptp.h304 (*nf_nat_pptp_hook_outbound)(struct sk_buff *skb,