Home
last modified time | relevance | path

Searched refs:SO_PEERCRED (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dsocket.h17 #define SO_PEERCRED 21 macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dsocket.h30 #define SO_PEERCRED 17 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsocket.h30 #define SO_PEERCRED 17 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h17 #define SO_PEERCRED 0x0040 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h46 #define SO_PEERCRED 18 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h37 #define SO_PEERCRED 0x4011 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsocket.h54 #define SO_PEERCRED 18 macro
/openbmc/linux/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c349 if (getsockopt(cfd, SOL_SOCKET, SO_PEERCRED, &peer_cred, &len)) { in client()
/openbmc/qemu/io/
H A Dchannel-socket.c856 SOL_SOCKET, SO_PEERCRED, in qio_channel_socket_get_peerpid()
/openbmc/linux/net/core/
H A Dsock.c1763 case SO_PEERCRED: in sk_getsockopt()
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch567 + getsockopt(fd, SOL_SOCKET, SO_PEERCRED, &ucred, &len);
/openbmc/qemu/linux-user/
H A Dsyscall.c2583 ret = get_errno(getsockopt(sockfd, level, SO_PEERCRED, in do_getsockopt()