Searched refs:SO_COOKIE (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/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()
|
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 | 247 if (CHECK(getsockopt(fd, SOL_SOCKET, SO_COOKIE, &cookie, &cookie_len) < 0, in socket_cookie()
|
H A D | sockmap_listen.c | 176 xgetsockopt(s, SOL_SOCKET, SO_COOKIE, &cookie, &len); in test_lookup_after_insert()
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | socket.h | 96 #define SO_COOKIE 57 macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | socket.h | 89 #define SO_COOKIE 0x003b macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | socket.h | 93 #define SO_COOKIE 0x4032 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | socket.h | 101 #define SO_COOKIE 57 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | socket.h | 112 #define SO_COOKIE 57 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | socket.h | 96 #define SO_COOKIE 57 macro
|
/openbmc/linux/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()
|
/openbmc/linux/samples/bpf/ |
H A D | cookie_uid_helper_example.c | 242 res = getsockopt(s_send, SOL_SOCKET, SO_COOKIE, &cookie, &cookie_len); in udp_client()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_maps.c | 1684 err = getsockopt(fd64, SOL_SOCKET, SO_COOKIE, &sk_cookie, in prepare_reuseport_grp()
|
/openbmc/linux/net/core/ |
H A D | sock.c | 1964 case SO_COOKIE: in sk_getsockopt()
|