Merge tag 'imx-fixes-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo...
[deliverable/linux.git] / include / net / netns / x_tables.h
CommitLineData
8d870052
AD
1#ifndef __NETNS_X_TABLES_H
2#define __NETNS_X_TABLES_H
3
4#include <linux/list.h>
a263653e 5#include <linux/netfilter_defs.h>
8d870052 6
8157e6d1
AD
7struct ebt_table;
8
8d870052 9struct netns_xt {
10a03a42 10 struct list_head tables[NFPROTO_NUMPROTO];
10db9069 11 bool notrack_deprecated_warning;
43270b1b 12 bool clusterip_deprecated_warning;
e04af024
CG
13#if defined(CONFIG_BRIDGE_NF_EBTABLES) || \
14 defined(CONFIG_BRIDGE_NF_EBTABLES_MODULE)
8157e6d1 15 struct ebt_table *broute_table;
4aad1093 16 struct ebt_table *frame_filter;
b71b30a6 17 struct ebt_table *frame_nat;
e04af024 18#endif
8d870052
AD
19};
20#endif
This page took 0.550269 seconds and 5 git commands to generate.