|
@@ -24,6 +24,9 @@
|
|
#define NFC_DN_IF_IN 0x0004
|
|
#define NFC_DN_IF_IN 0x0004
|
|
/* Output device. */
|
|
/* Output device. */
|
|
#define NFC_DN_IF_OUT 0x0008
|
|
#define NFC_DN_IF_OUT 0x0008
|
|
|
|
+
|
|
|
|
+/* kernel define is in netfilter_defs.h */
|
|
|
|
+#define NF_DN_NUMHOOKS 7
|
|
#endif /* ! __KERNEL__ */
|
|
#endif /* ! __KERNEL__ */
|
|
|
|
|
|
/* DECnet Hooks */
|
|
/* DECnet Hooks */
|
|
@@ -41,7 +44,6 @@
|
|
#define NF_DN_HELLO 5
|
|
#define NF_DN_HELLO 5
|
|
/* Input Routing Packets */
|
|
/* Input Routing Packets */
|
|
#define NF_DN_ROUTE 6
|
|
#define NF_DN_ROUTE 6
|
|
-#define NF_DN_NUMHOOKS 7
|
|
|
|
|
|
|
|
enum nf_dn_hook_priorities {
|
|
enum nf_dn_hook_priorities {
|
|
NF_DN_PRI_FIRST = INT_MIN,
|
|
NF_DN_PRI_FIRST = INT_MIN,
|