diff options
Diffstat (limited to 'include/net/net_namespace.h')
-rw-r--r-- | include/net/net_namespace.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index 547247681345..fac42db7f6d0 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h | |||
@@ -22,6 +22,10 @@ struct net { | |||
22 | struct proc_dir_entry *proc_net; | 22 | struct proc_dir_entry *proc_net; |
23 | struct proc_dir_entry *proc_net_stat; | 23 | struct proc_dir_entry *proc_net_stat; |
24 | struct proc_dir_entry *proc_net_root; | 24 | struct proc_dir_entry *proc_net_root; |
25 | |||
26 | struct list_head dev_base_head; | ||
27 | struct hlist_head *dev_name_head; | ||
28 | struct hlist_head *dev_index_head; | ||
25 | }; | 29 | }; |
26 | 30 | ||
27 | extern struct net init_net; | 31 | extern struct net init_net; |