diff options
author | Chenbo Feng <fengc@google.com> | 2017-04-06 05:00:55 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-08 18:07:01 +0300 |
commit | 5daab9db7b65df87da26fd8cfa695fb9546a1ddb (patch) | |
tree | 92c586ee206c95658ffd47df5c8fd33fa85b64a3 /arch/m32r/include/uapi/asm/socket.h | |
parent | c42cb98cfd18dc66b099f4d4a310e12ac8957630 (diff) | |
download | linux-5daab9db7b65df87da26fd8cfa695fb9546a1ddb.tar.xz |
New getsockopt option to get socket cookie
Introduce a new getsockopt operation to retrieve the socket cookie
for a specific socket based on the socket fd. It returns a unique
non-decreasing cookie for each socket.
Tested: https://android-review.googlesource.com/#/c/358163/
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Chenbo Feng <fengc@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/m32r/include/uapi/asm/socket.h')
-rw-r--r-- | arch/m32r/include/uapi/asm/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m32r/include/uapi/asm/socket.h b/arch/m32r/include/uapi/asm/socket.h index e98b6bb897c0..ae6548d29a18 100644 --- a/arch/m32r/include/uapi/asm/socket.h +++ b/arch/m32r/include/uapi/asm/socket.h @@ -96,4 +96,6 @@ #define SO_INCOMING_NAPI_ID 56 +#define SO_COOKIE 57 + #endif /* _ASM_M32R_SOCKET_H */ |