1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __UNIX_DIAG_H__
3 #define __UNIX_DIAG_H__
5 #include <linux/types.h>
14 __u32 udiag_cookie
[2];
17 #define UDIAG_SHOW_NAME 0x00000001 /* show name (not path) */
18 #define UDIAG_SHOW_VFS 0x00000002 /* show VFS inode info */
19 #define UDIAG_SHOW_PEER 0x00000004 /* show peer socket info */
20 #define UDIAG_SHOW_ICONS 0x00000008 /* show pending connections */
21 #define UDIAG_SHOW_RQLEN 0x00000010 /* show skb receive queue len */
22 #define UDIAG_SHOW_MEMINFO 0x00000020 /* show memory info of a socket */
23 #define UDIAG_SHOW_UID 0x00000040 /* show socket's UID */
25 struct unix_diag_msg
{
32 __u32 udiag_cookie
[2];
36 /* UNIX_DIAG_NONE, standard nl API requires this attribute! */
49 #define UNIX_DIAG_MAX (__UNIX_DIAG_MAX - 1)
51 struct unix_diag_vfs
{
56 struct unix_diag_rqlen
{