Home
last modified time | relevance | path

Searched refs:SO_PEERPIDFD (Results 1 – 10 of 10) sorted by relevance

/linux/arch/mips/include/uapi/asm/ !
H A Dsocket.h152 #define SO_PEERPIDFD 77 macro
/linux/arch/sparc/include/uapi/asm/ !
H A Dsocket.h134 #define SO_PEERPIDFD 0x0056 macro
/linux/arch/alpha/include/uapi/asm/ !
H A Dsocket.h141 #define SO_PEERPIDFD 77 macro
/linux/tools/include/uapi/asm-generic/ !
H A Dsocket.h136 #define SO_PEERPIDFD 77 macro
/linux/arch/parisc/include/uapi/asm/ !
H A Dsocket.h133 #define SO_PEERPIDFD 0x404B macro
/linux/include/uapi/asm-generic/ !
H A Dsocket.h136 #define SO_PEERPIDFD 77 macro
/linux/tools/testing/selftests/coredump/ !
H A Dcoredump_test_helpers.c131 int ret = getsockopt(fd, SOL_SOCKET, SO_PEERPIDFD, &fd_peer_pidfd, in get_peer_pidfd()
/linux/tools/testing/selftests/net/af_unix/ !
H A Dscm_pidfd.c467 if (getsockopt(cfd, SOL_SOCKET, SO_PEERPIDFD, &peer_pidfd, &len)) { in client()
/linux/net/core/ !
H A Dsock.c1911 case SO_PEERPIDFD: in sk_getsockopt()
/linux/net/unix/ !
H A Daf_unix.c1050 case SO_PEERPIDFD: in unix_bpf_bypass_getsockopt()