tcp_metrics: Use a single hash table for all network namespaces.
commit098a697b497e3154a1a583c1d34c67568acaadcc
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 13 Mar 2015 05:07:44 +0000 (13 00:07 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Mar 2015 05:57:07 +0000 (13 01:57 -0400)
tree4440bf30fb2500af39ea2d084c9caba0d5ca064f
parent04f721c671656f93de888b1d176ba30b7336cca3
tcp_metrics: Use a single hash table for all network namespaces.

Now that all of the operations are safe on a single hash table
accross network namespaces, allocate a single global hash table
and update the code to use it.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netns/ipv4.h
net/ipv4/tcp_metrics.c