Home
last modified time | relevance | path

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

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