netns xfrm: per-netns xfrm_state_hmask
[safe/jmp/linux-2.6] / include / net / netns / x_tables.h
index 0cb63ed..b809397 100644 (file)
@@ -2,9 +2,9 @@
 #define __NETNS_X_TABLES_H
 
 #include <linux/list.h>
-#include <linux/net.h>
+#include <linux/netfilter.h>
 
 struct netns_xt {
-       struct list_head tables[NPROTO];
+       struct list_head tables[NFPROTO_NUMPROTO];
 };
 #endif