Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
Dnf_nat_tftp.c43 RCU_INIT_POINTER(nf_nat_tftp_hook, NULL); in nf_nat_tftp_fini()
49 BUG_ON(nf_nat_tftp_hook != NULL); in nf_nat_tftp_init()
51 RCU_INIT_POINTER(nf_nat_tftp_hook, help); in nf_nat_tftp_init()
Dnf_conntrack_tftp.c35 unsigned int (*nf_nat_tftp_hook)(struct sk_buff *skb, variable
38 EXPORT_SYMBOL_GPL(nf_nat_tftp_hook);
50 typeof(nf_nat_tftp_hook) nf_nat_tftp; in tftp_help()
78 nf_nat_tftp = rcu_dereference(nf_nat_tftp_hook); in tftp_help()
/linux-5.19.10/include/linux/netfilter/
Dnf_conntrack_tftp.h22 extern unsigned int (*nf_nat_tftp_hook)(struct sk_buff *skb,