tcp_metrics: tcpm_hash_bucket is strictly local
authorEric Dumazet <edumazet@google.com>
Wed, 24 Mar 2021 22:01:38 +0000 (15:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Mar 2021 23:45:40 +0000 (16:45 -0700)
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>
include/net/netns/ipv4.h

index 70a2a08..9e3cb27 100644 (file)
@@ -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;