Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/uapi/asm/
H A Dsocket.h17 #define SO_PEERCRED 21 macro
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h46 #define SO_PEERCRED 18 macro
/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h17 #define SO_PEERCRED 0x0040 macro
/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h37 #define SO_PEERCRED 0x4011 macro
/linux/arch/mips/include/uapi/asm/
H A Dsocket.h54 #define SO_PEERCRED 18 macro
/linux/include/uapi/asm-generic/
H A Dsocket.h30 #define SO_PEERCRED 17 macro
/linux/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c348 if (getsockopt(cfd, SOL_SOCKET, SO_PEERCRED, &peer_cred, &len)) { in client()
/linux/net/core/
H A Dsock.c1839 case SO_PEERCRED: in sk_getsockopt()