Home
last modified time | relevance | path

Searched refs:SO_COOKIE (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dsocket.h74 #define SO_COOKIE 57 macro
/kernel/linux/linux-6.6/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()
29 if (!ASSERT_OK(err, "getsockopt(SO_COOKIE)")) 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.c248 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 Dsocket.h112 #define SO_COOKIE 57 macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dsocket.h101 #define SO_COOKIE 57 macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dsocket.h112 #define SO_COOKIE 57 macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dsocket.h101 #define SO_COOKIE 57 macro
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dsocket.h96 #define SO_COOKIE 57 macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dsocket.h96 #define SO_COOKIE 57 macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dsocket.h96 #define SO_COOKIE 57 macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H A Dsocket.h96 #define SO_COOKIE 57 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dsocket.h82 #define SO_COOKIE 57 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dsocket.h81 #define SO_COOKIE 57 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dsocket.h81 #define SO_COOKIE 57 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dsocket.h82 #define SO_COOKIE 57 macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H A Dsocket.h93 #define SO_COOKIE 0x4032 macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H A Dsocket.h89 #define SO_COOKIE 0x003b macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H A Dsocket.h93 #define SO_COOKIE 0x4032 macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H A Dsocket.h89 #define SO_COOKIE 0x003b macro
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/samples/bpf/
H A Dcookie_uid_helper_example.c22 * -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 Dcookie_uid_helper_example.c22 * -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 Dsk_lookup.c249 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 Dsockmap_listen.c459 xgetsockopt(s, SOL_SOCKET, SO_COOKIE, &cookie, &len); in test_lookup_after_insert()

Completed in 16 milliseconds

12