Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dsocket.h53 #define SO_PEERSEC 31 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h49 #define SO_PEERSEC 0x001e macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h53 #define SO_PEERSEC 0x401d macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h56 #define SO_PEERSEC 30 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsocket.h70 #define SO_PEERSEC 30 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsocket.h53 #define SO_PEERSEC 31 macro
/openbmc/linux/net/core/
H A Dsock.c1863 case SO_PEERSEC: in sk_getsockopt()
/openbmc/qemu/linux-user/
H A Dsyscall.c2647 ret = get_errno(getsockopt(sockfd, level, SO_PEERSEC, in do_getsockopt()