Home
last modified time | relevance | path

Searched refs:SO_COOKIE (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsk_storage_omem_uncharge.c28 err = getsockopt(sk_fd, SOL_SOCKET, SO_COOKIE, &skel->bss->cookie, &optlen); in test_sk_storage_omem_uncharge()
H A Dassign_reuse.c28 ret = getsockopt(fd, SOL_SOCKET, SO_COOKIE, &cookie, &cookie_len); in cookie()
H A Dsk_lookup.c247 if (CHECK(getsockopt(fd, SOL_SOCKET, SO_COOKIE, &cookie, &cookie_len) < 0, in socket_cookie()
H A Dsockmap_listen.c176 xgetsockopt(s, SOL_SOCKET, SO_COOKIE, &cookie, &len); in test_lookup_after_insert()
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dsocket.h96 #define SO_COOKIE 57 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h89 #define SO_COOKIE 0x003b macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h93 #define SO_COOKIE 0x4032 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h101 #define SO_COOKIE 57 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsocket.h112 #define SO_COOKIE 57 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsocket.h96 #define SO_COOKIE 57 macro
/openbmc/linux/tools/testing/selftests/net/af_unix/
H A Ddiag_uid.c66 ret = getsockopt(self->unix_fd, SOL_SOCKET, SO_COOKIE, &self->cookie, &optlen); in FIXTURE_SETUP()
/openbmc/linux/samples/bpf/
H A Dcookie_uid_helper_example.c242 res = getsockopt(s_send, SOL_SOCKET, SO_COOKIE, &cookie, &cookie_len); in udp_client()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_maps.c1684 err = getsockopt(fd64, SOL_SOCKET, SO_COOKIE, &sk_cookie, in prepare_reuseport_grp()
/openbmc/linux/net/core/
H A Dsock.c1964 case SO_COOKIE: in sk_getsockopt()