]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - include/net/net_namespace.h
[NET]: Make /proc/net per network namespace
[mirror_ubuntu-hirsute-kernel.git] / include / net / net_namespace.h
index 6344b77f81a2ece81da79190d2f0cef86dcda7f0..547247681345de3e86a217380cab8d7599d6a3f0 100644 (file)
@@ -8,6 +8,7 @@
 #include <linux/workqueue.h>
 #include <linux/list.h>
 
+struct proc_dir_entry;
 struct net {
        atomic_t                count;          /* To decided when the network
                                                 *  namespace should be freed.
@@ -17,6 +18,10 @@ struct net {
                                                 */
        struct list_head        list;           /* list of network namespaces */
        struct work_struct      work;           /* work struct for freeing */
+
+       struct proc_dir_entry   *proc_net;
+       struct proc_dir_entry   *proc_net_stat;
+       struct proc_dir_entry   *proc_net_root;
 };
 
 extern struct net init_net;