Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
unix.h
Go to the documentation of this file.
1 /*
2  * Unix network namespace
3  */
4 #ifndef __NETNS_UNIX_H__
5 #define __NETNS_UNIX_H__
6 
7 struct ctl_table_header;
8 struct netns_unix {
11 };
12 
13 #endif /* __NETNS_UNIX_H__ */