1 #ifndef __LINUX_ARP_NETFILTER_H
2 #define __LINUX_ARP_NETFILTER_H
4 /* ARP-specific defines for netfilter.
5 * (C)2002 Rusty Russell IBM -- This code is GPL.
8 #include <linux/config.h>
9 #include <linux/netfilter.h>
11 /* There is no PF_ARP. */
17 #define NF_ARP_FORWARD 2
18 #define NF_ARP_NUMHOOKS 3
20 #endif /* __LINUX_ARP_NETFILTER_H */