Alexey Dobriyan | 8d87005 | 2008-01-31 04:02:13 -0800 | [diff] [blame] | 1 | #ifndef __NETNS_X_TABLES_H |
2 | #define __NETNS_X_TABLES_H | ||||
3 | |||||
4 | #include <linux/list.h> | ||||
Patrick McHardy | 10a03a4 | 2008-10-20 03:31:54 -0700 | [diff] [blame^] | 5 | #include <linux/netfilter.h> |
Alexey Dobriyan | 8d87005 | 2008-01-31 04:02:13 -0800 | [diff] [blame] | 6 | |
7 | struct netns_xt { | ||||
Patrick McHardy | 10a03a4 | 2008-10-20 03:31:54 -0700 | [diff] [blame^] | 8 | struct list_head tables[NFPROTO_NUMPROTO]; |
Alexey Dobriyan | 8d87005 | 2008-01-31 04:02:13 -0800 | [diff] [blame] | 9 | }; |
10 | #endif |