diff options
author | Eric Dumazet <edumazet@google.com> | 2021-03-25 01:01:38 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-25 02:45:40 +0300 |
commit | d1c5688087a0904606a77ae4803f13777f8dd7d5 (patch) | |
tree | 99641c1af11da067b528b63024355df8da2b3257 /include | |
parent | aa6dd211e4b1dde9d5dc25d699d35f789ae7eeba (diff) | |
download | linux-d1c5688087a0904606a77ae4803f13777f8dd7d5.tar.xz |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/netns/ipv4.h | 1 |
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; |