Searched refs:nf_nat_tftp_hook (Results 1 – 3 of 3) sorted by relevance
40 RCU_INIT_POINTER(nf_nat_tftp_hook, NULL); in nf_nat_tftp_fini()46 BUG_ON(nf_nat_tftp_hook != NULL); in nf_nat_tftp_init()47 RCU_INIT_POINTER(nf_nat_tftp_hook, help); in nf_nat_tftp_init()
33 unsigned int (*nf_nat_tftp_hook)(struct sk_buff *skb, variable36 EXPORT_SYMBOL_GPL(nf_nat_tftp_hook);48 typeof(nf_nat_tftp_hook) nf_nat_tftp; in tftp_help()76 nf_nat_tftp = rcu_dereference(nf_nat_tftp_hook); in tftp_help()
16 extern unsigned int (*nf_nat_tftp_hook)(struct sk_buff *skb,