diff options
author | Pavel Emelyanov <xemul@parallels.com> | 2011-12-14 21:46:31 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-12-16 13:48:29 -0500 |
commit | cbf391958afb9b82c72324a15891eb3102200085 (patch) | |
tree | 33230c7964b3b2119a84696afe4299a8a385f937 /include/linux/unix_diag.h | |
parent | 2aac7a2cb0d9d8c65fc7dde3e19e46b3e878d23d (diff) |
unix_diag: Receive queue lenght NLA
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/unix_diag.h')
-rw-r--r-- | include/linux/unix_diag.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/unix_diag.h b/include/linux/unix_diag.h index 03ffb7de15b6..3f7afb007d70 100644 --- a/include/linux/unix_diag.h +++ b/include/linux/unix_diag.h | |||
@@ -15,6 +15,7 @@ struct unix_diag_req { | |||
15 | #define UDIAG_SHOW_VFS 0x00000002 /* show VFS inode info */ | 15 | #define UDIAG_SHOW_VFS 0x00000002 /* show VFS inode info */ |
16 | #define UDIAG_SHOW_PEER 0x00000004 /* show peer socket info */ | 16 | #define UDIAG_SHOW_PEER 0x00000004 /* show peer socket info */ |
17 | #define UDIAG_SHOW_ICONS 0x00000008 /* show pending connections */ | 17 | #define UDIAG_SHOW_ICONS 0x00000008 /* show pending connections */ |
18 | #define UDIAG_SHOW_RQLEN 0x00000010 /* show skb receive queue len */ | ||
18 | 19 | ||
19 | struct unix_diag_msg { | 20 | struct unix_diag_msg { |
20 | __u8 udiag_family; | 21 | __u8 udiag_family; |
@@ -31,6 +32,7 @@ enum { | |||
31 | UNIX_DIAG_VFS, | 32 | UNIX_DIAG_VFS, |
32 | UNIX_DIAG_PEER, | 33 | UNIX_DIAG_PEER, |
33 | UNIX_DIAG_ICONS, | 34 | UNIX_DIAG_ICONS, |
35 | UNIX_DIAG_RQLEN, | ||
34 | 36 | ||
35 | UNIX_DIAG_MAX, | 37 | UNIX_DIAG_MAX, |
36 | }; | 38 | }; |