1 #ifndef __UNIX_DIAG_H__
2 #define __UNIX_DIAG_H__
4 #include <linux/types.h>
13 __u32 udiag_cookie[2];
16 #define UDIAG_SHOW_NAME 0x00000001 /* show name (not path) */
17 #define UDIAG_SHOW_VFS 0x00000002 /* show VFS inode info */
18 #define UDIAG_SHOW_PEER 0x00000004 /* show peer socket info */
19 #define UDIAG_SHOW_ICONS 0x00000008 /* show pending connections */
20 #define UDIAG_SHOW_RQLEN 0x00000010 /* show skb receive queue len */
21 #define UDIAG_SHOW_MEMINFO 0x00000020 /* show memory info of a socket */
23 struct unix_diag_msg {
30 __u32 udiag_cookie[2];
44 struct unix_diag_vfs {
49 struct unix_diag_rqlen {