diff options
author | Levin, Alexander (Sasha Levin) <alexander.levin@one.verizon.com> | 2017-08-17 03:35:11 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-19 02:10:50 +0300 |
commit | 0888e372c37fa31882c8ed89fb2f8188b08b6718 (patch) | |
tree | efc001ab308929078bc49a5c673ccf8ae8f334f4 /include | |
parent | f21e5077010acda73a60d85e416d6887d537e506 (diff) | |
download | linux-0888e372c37fa31882c8ed89fb2f8188b08b6718.tar.xz |
net: inet: diag: expose sockets cgroup classid
This is useful for directly looking up a task based on class id rather than
having to scan through all open file descriptors.
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/inet_diag.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/inet_diag.h b/include/uapi/linux/inet_diag.h index bbe201047df6..678496897a68 100644 --- a/include/uapi/linux/inet_diag.h +++ b/include/uapi/linux/inet_diag.h @@ -142,6 +142,7 @@ enum { INET_DIAG_PAD, INET_DIAG_MARK, INET_DIAG_BBRINFO, + INET_DIAG_CLASS_ID, __INET_DIAG_MAX, }; |