Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/include/uapi/asm/
Dsocket.h96 #define SO_COOKIE 0x003b macro
/Linux-v4.19/arch/parisc/include/uapi/asm/
Dsocket.h99 #define SO_COOKIE 0x4032 macro
/Linux-v4.19/arch/ia64/include/uapi/asm/
Dsocket.h109 #define SO_COOKIE 57 macro
/Linux-v4.19/arch/alpha/include/uapi/asm/
Dsocket.h107 #define SO_COOKIE 57 macro
/Linux-v4.19/arch/s390/include/uapi/asm/
Dsocket.h106 #define SO_COOKIE 57 macro
/Linux-v4.19/arch/xtensa/include/uapi/asm/
Dsocket.h111 #define SO_COOKIE 57 macro
/Linux-v4.19/include/uapi/asm-generic/
Dsocket.h102 #define SO_COOKIE 57 macro
/Linux-v4.19/arch/mips/include/uapi/asm/
Dsocket.h118 #define SO_COOKIE 57 macro
/Linux-v4.19/samples/bpf/
Dcookie_uid_helper_example.c233 res = getsockopt(s_send, SOL_SOCKET, SO_COOKIE, &cookie, &cookie_len); in udp_client()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_maps.c1221 err = getsockopt(fd64, SOL_SOCKET, SO_COOKIE, &sk_cookie, in prepare_reuseport_grp()
/Linux-v4.19/net/core/
Dsock.c1373 case SO_COOKIE: in sock_getsockopt()