summaryrefslogtreecommitdiffstats
path: root/include/net/netns/x_tables.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-04-01 16:11:14 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2021-04-06 00:34:53 +0200
commitdb3685b4046f8b629bbf73caa33751ce567ea8ff (patch)
treea7294c478cc84557f51b0e8779e825dd14239d54 /include/net/netns/x_tables.h
parentnetfilter: conntrack: move ecache dwork to net_generic infra (diff)
downloadlinux-db3685b4046f8b629bbf73caa33751ce567ea8ff.tar.xz
linux-db3685b4046f8b629bbf73caa33751ce567ea8ff.zip
net: remove obsolete members from struct net
all have been moved to generic_net infra. On x86_64, this reduces struct net size from 70 to 63 cache lines (4480 to 4032 byte). Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net/netns/x_tables.h')
-rw-r--r--include/net/netns/x_tables.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/netns/x_tables.h b/include/net/netns/x_tables.h
index 9bc5a12fdbb0..83c8ea2e87a6 100644
--- a/include/net/netns/x_tables.h
+++ b/include/net/netns/x_tables.h
@@ -8,7 +8,6 @@
struct ebt_table;
struct netns_xt {
- struct list_head tables[NFPROTO_NUMPROTO];
bool notrack_deprecated_warning;
bool clusterip_deprecated_warning;
#if defined(CONFIG_BRIDGE_NF_EBTABLES) || \