blob: b8093971ccb476e5288037a8c653cb06a8addf49 [file] [log] [blame]
Alexey Dobriyan8d870052008-01-31 04:02:13 -08001#ifndef __NETNS_X_TABLES_H
2#define __NETNS_X_TABLES_H
3
4#include <linux/list.h>
Patrick McHardy10a03a42008-10-20 03:31:54 -07005#include <linux/netfilter.h>
Alexey Dobriyan8d870052008-01-31 04:02:13 -08006
7struct netns_xt {
Patrick McHardy10a03a42008-10-20 03:31:54 -07008 struct list_head tables[NFPROTO_NUMPROTO];
Alexey Dobriyan8d870052008-01-31 04:02:13 -08009};
10#endif