Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_nat_ftp.c125 RCU_INIT_POINTER(nf_nat_ftp_hook, NULL); in nf_nat_ftp_fini()
131 BUG_ON(nf_nat_ftp_hook != NULL); in nf_nat_ftp_init()
132 RCU_INIT_POINTER(nf_nat_ftp_hook, nf_nat_ftp); in nf_nat_ftp_init()
Dnf_conntrack_ftp.c49 unsigned int (*nf_nat_ftp_hook)(struct sk_buff *skb, variable
56 EXPORT_SYMBOL_GPL(nf_nat_ftp_hook);
404 typeof(nf_nat_ftp_hook) nf_nat_ftp; in help()
534 nf_nat_ftp = rcu_dereference(nf_nat_ftp_hook); in help()
/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_ftp.h26 extern unsigned int (*nf_nat_ftp_hook)(struct sk_buff *skb,