summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2021-03-24 15:01:38 -0700
committerDavid S. Miller <davem@davemloft.net>2021-03-24 16:45:40 -0700
commitd1c5688087a0904606a77ae4803f13777f8dd7d5 (patch)
tree99641c1af11da067b528b63024355df8da2b3257
parentaa6dd211e4b1dde9d5dc25d699d35f789ae7eeba (diff)
downloadlinux-d1c5688087a0904606a77ae4803f13777f8dd7d5.tar.bz2
tcp_metrics: tcpm_hash_bucket is strictly local
After commit 098a697b497e ("tcp_metrics: Use a single hash table for all network namespaces."), tcpm_hash_bucket is local to net/ipv4/tcp_metrics.c Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/net/netns/ipv4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
index 70a2a085dd1a..9e3cb2722b80 100644
--- a/include/net/netns/ipv4.h
+++ b/include/net/netns/ipv4.h
@@ -11,7 +11,6 @@
#include <linux/rcupdate.h>
#include <linux/siphash.h>
-struct tcpm_hash_bucket;
struct ctl_table_header;
struct ipv4_devconf;
struct fib_rules_ops;