Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dsocket.h102 #define SO_COOKIE 57 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dsocket.h102 #define SO_COOKIE 57 macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dsocket.h112 #define SO_COOKIE 57 macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dsocket.h101 #define SO_COOKIE 57 macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dsocket.h96 #define SO_COOKIE 57 macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dsocket.h96 #define SO_COOKIE 57 macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dsocket.h89 #define SO_COOKIE 0x003b macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dsocket.h93 #define SO_COOKIE 0x4032 macro
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dcookie_uid_helper_example.c233 res = getsockopt(s_send, SOL_SOCKET, SO_COOKIE, &cookie, &cookie_len); in udp_client()
/OK3568_Linux_fs/kernel/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()
H A Dsockmap_listen.c459 xgetsockopt(s, SOL_SOCKET, SO_COOKIE, &cookie, &len); in test_lookup_after_insert()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_maps.c1530 err = getsockopt(fd64, SOL_SOCKET, SO_COOKIE, &sk_cookie, in prepare_reuseport_grp()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c1592 case SO_COOKIE: in sock_getsockopt()