]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/net/net_namespace.h
[NET]: Make the device list and device lookups per namespace.
[mirror_ubuntu-zesty-kernel.git] / include / net / net_namespace.h
index 547247681345de3e86a217380cab8d7599d6a3f0..fac42db7f6d0772b8d2fbd3c93bb075a5b7f2577 100644 (file)
@@ -22,6 +22,10 @@ struct net {
        struct proc_dir_entry   *proc_net;
        struct proc_dir_entry   *proc_net_stat;
        struct proc_dir_entry   *proc_net_root;
+
+       struct list_head        dev_base_head;
+       struct hlist_head       *dev_name_head;
+       struct hlist_head       *dev_index_head;
 };
 
 extern struct net init_net;