diff options
Diffstat (limited to 'ANDROID_3.4.5/include/net/netns/x_tables.h')
-rw-r--r-- | ANDROID_3.4.5/include/net/netns/x_tables.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ANDROID_3.4.5/include/net/netns/x_tables.h b/ANDROID_3.4.5/include/net/netns/x_tables.h deleted file mode 100644 index 591db7d6..00000000 --- a/ANDROID_3.4.5/include/net/netns/x_tables.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef __NETNS_X_TABLES_H -#define __NETNS_X_TABLES_H - -#include <linux/list.h> -#include <linux/netfilter.h> - -struct ebt_table; - -struct netns_xt { - struct list_head tables[NFPROTO_NUMPROTO]; -#if defined(CONFIG_BRIDGE_NF_EBTABLES) || \ - defined(CONFIG_BRIDGE_NF_EBTABLES_MODULE) - struct ebt_table *broute_table; - struct ebt_table *frame_filter; - struct ebt_table *frame_nat; -#endif -}; -#endif |