• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This header was generated from the Linux kernel headers by update_headers.py,
3  * to provide necessary information from kernel to userspace, such as constants,
4  * structures, and macros, and thus, contains no copyrightable information.
5  */
6 #ifndef _UAPI_LINUX_NET_NAMESPACE_H_
7 #define _UAPI_LINUX_NET_NAMESPACE_H_
8 enum {
9 	NETNSA_NONE,
10 #define NETNSA_NSID_NOT_ASSIGNED -1
11 	NETNSA_NSID,
12 	NETNSA_PID,
13 	NETNSA_FD,
14 	__NETNSA_MAX,
15 };
16 #define NETNSA_MAX		(__NETNSA_MAX - 1)
17 #endif
18