patch-2.4.27 linux-2.4.27/include/linux/netfilter.h

Next file: linux-2.4.27/include/linux/netfilter_arp.h
Previous file: linux-2.4.27/include/linux/netdevice.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/include/linux/netfilter.h linux-2.4.27/include/linux/netfilter.h
@@ -146,6 +146,12 @@
 			struct nf_info *info,
 			unsigned int verdict);
 
+extern inline struct ipt_target *
+ipt_find_target_lock(const char *name, int *error, struct semaphore *mutex);
+extern inline struct ip6t_target *
+ip6t_find_target_lock(const char *name, int *error, struct semaphore *mutex);
+extern inline struct arpt_target *
+arpt_find_target_lock(const char *name, int *error, struct semaphore *mutex);
 extern void (*ip_ct_attach)(struct sk_buff *, struct nf_ct_info *);
 
 #ifdef CONFIG_NETFILTER_DEBUG

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)