aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/net_namespace.h
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@openvz.org>2008-07-18 04:01:24 -0700
committerDavid S. Miller <davem@davemloft.net>2008-07-18 04:01:24 -0700
commit852566f53ccdc9d1c149ffa28daa9778e13fa3da (patch)
tree247d134429afd277775fdd9a4d491a702ccf4e90 /include/net/net_namespace.h
parenta60f28fa934ccadbf526f4dab8d73079480002a4 (diff)
downloadkernel_samsung_smdk4412-852566f53ccdc9d1c149ffa28daa9778e13fa3da.zip
kernel_samsung_smdk4412-852566f53ccdc9d1c149ffa28daa9778e13fa3da.tar.gz
kernel_samsung_smdk4412-852566f53ccdc9d1c149ffa28daa9778e13fa3da.tar.bz2
mib: add netns/mib.h file
The only structure declared within is the netns_mib, which will carry all our mibs within. I didn't put the mibs in the existing netns_xxx structures to make it possible to mark this one as properly aligned and get in a separate "read-mostly" cache-line. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/net_namespace.h')
-rw-r--r--include/net/net_namespace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h
index f904430..3855620 100644
--- a/include/net/net_namespace.h
+++ b/include/net/net_namespace.h
@@ -9,6 +9,7 @@
#include <linux/list.h>
#include <net/netns/core.h>
+#include <net/netns/mib.h>
#include <net/netns/unix.h>
#include <net/netns/packet.h>
#include <net/netns/ipv4.h>
@@ -52,6 +53,7 @@ struct net {
struct sock *rtnl; /* rtnetlink socket */
struct netns_core core;
+ struct netns_mib mib;
struct netns_packet packet;
struct netns_unix unx;
struct netns_ipv4 ipv4;