/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | socket.h | 74 #define SO_COOKIE 57 macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | sk_storage_omem_uncharge.c | 28 err = getsockopt(sk_fd, SOL_SOCKET, SO_COOKIE, &skel->bss->cookie, &optlen); in test_sk_storage_omem_uncharge() 29 if (!ASSERT_OK(err, "getsockopt(SO_COOKIE)")) in test_sk_storage_omem_uncharge()
|
H A D | assign_reuse.c | 28 ret = getsockopt(fd, SOL_SOCKET, SO_COOKIE, &cookie, &cookie_len); in cookie()
|
H A D | sk_lookup.c | 248 if (CHECK(getsockopt(fd, SOL_SOCKET, SO_COOKIE, &cookie, &cookie_len) < 0, in socket_cookie() 249 "getsockopt(SO_COOKIE)", "%s\n", strerror(errno))) in socket_cookie()
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
H A D | socket.h | 112 #define SO_COOKIE 57 macro
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
H A D | socket.h | 101 #define SO_COOKIE 57 macro
|
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
H A D | socket.h | 112 #define SO_COOKIE 57 macro
|
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/ |
H A D | socket.h | 101 #define SO_COOKIE 57 macro
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | socket.h | 96 #define SO_COOKIE 57 macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | socket.h | 96 #define SO_COOKIE 57 macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | socket.h | 96 #define SO_COOKIE 57 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | socket.h | 96 #define SO_COOKIE 57 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | socket.h | 82 #define SO_COOKIE 57 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | socket.h | 81 #define SO_COOKIE 57 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | socket.h | 81 #define SO_COOKIE 57 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | socket.h | 82 #define SO_COOKIE 57 macro
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
H A D | socket.h | 93 #define SO_COOKIE 0x4032 macro
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
H A D | socket.h | 89 #define SO_COOKIE 0x003b macro
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | socket.h | 93 #define SO_COOKIE 0x4032 macro
|
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/ |
H A D | socket.h | 89 #define SO_COOKIE 0x003b macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/af_unix/ |
H A D | diag_uid.c | 66 ret = getsockopt(self->unix_fd, SOL_SOCKET, SO_COOKIE, &self->cookie, &optlen); in FIXTURE_SETUP()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | cookie_uid_helper_example.c | 22 * -s: do getsockopt SO_COOKIE test, the program will set up a pair of 233 res = getsockopt(s_send, SOL_SOCKET, SO_COOKIE, &cookie, &cookie_len); in udp_client()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | cookie_uid_helper_example.c | 22 * -s: do getsockopt SO_COOKIE test, the program will set up a pair of 242 res = getsockopt(s_send, SOL_SOCKET, SO_COOKIE, &cookie, &cookie_len); in udp_client()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | sk_lookup.c | 249 if (CHECK(getsockopt(fd, SOL_SOCKET, SO_COOKIE, &cookie, &cookie_len) < 0, in socket_cookie() 250 "getsockopt(SO_COOKIE)", "%s\n", strerror(errno))) in socket_cookie()
|
H A D | sockmap_listen.c | 459 xgetsockopt(s, SOL_SOCKET, SO_COOKIE, &cookie, &len); in test_lookup_after_insert()
|