Home
last modified time | relevance | path

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

/linux/tools/include/uapi/asm-generic/
H A Dsocket.h136 #define SO_PEERPIDFD 77 macro
/linux/arch/mips/include/uapi/asm/
H A Dsocket.h152 #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/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/testing/selftests/coredump/
H A Dcoredump_test_helpers.c131 int ret = getsockopt(fd, SOL_SOCKET, SO_PEERPIDFD, &fd_peer_pidfd, in get_peer_pidfd()
134 fprintf(stderr, "get_peer_pidfd: getsockopt(SO_PEERPIDFD) failed: %m\n"); 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/unix/
H A Daf_unix.c1050 case SO_PEERPIDFD: in unix_bpf_bypass_getsockopt()