• 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_SUNRPC_DEBUG_H_
7 #define _UAPI_LINUX_SUNRPC_DEBUG_H_
8 #define RPCDBG_XPRT		0x0001
9 #define RPCDBG_CALL		0x0002
10 #define RPCDBG_DEBUG		0x0004
11 #define RPCDBG_NFS		0x0008
12 #define RPCDBG_AUTH		0x0010
13 #define RPCDBG_BIND		0x0020
14 #define RPCDBG_SCHED		0x0040
15 #define RPCDBG_TRANS		0x0080
16 #define RPCDBG_SVCXPRT		0x0100
17 #define RPCDBG_SVCDSP		0x0200
18 #define RPCDBG_MISC		0x0400
19 #define RPCDBG_CACHE		0x0800
20 #define RPCDBG_ALL		0x7fff
21 enum {
22 	CTL_RPCDEBUG = 1,
23 	CTL_NFSDEBUG,
24 	CTL_NFSDDEBUG,
25 	CTL_NLMDEBUG,
26 	CTL_SLOTTABLE_UDP,
27 	CTL_SLOTTABLE_TCP,
28 	CTL_MIN_RESVPORT,
29 	CTL_MAX_RESVPORT,
30 };
31 #endif
32