Home
last modified time | relevance | path

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

/linux-6.15/arch/parisc/include/uapi/asm/
H A Dsocket.h133 #define SO_PEERPIDFD 0x404B macro
/linux-6.15/arch/sparc/include/uapi/asm/
H A Dsocket.h134 #define SO_PEERPIDFD 0x0056 macro
/linux-6.15/arch/mips/include/uapi/asm/
H A Dsocket.h152 #define SO_PEERPIDFD 77 macro
/linux-6.15/include/uapi/asm-generic/
H A Dsocket.h136 #define SO_PEERPIDFD 77 macro
/linux-6.15/arch/alpha/include/uapi/asm/
H A Dsocket.h141 #define SO_PEERPIDFD 77 macro
/linux-6.15/tools/include/uapi/asm-generic/
H A Dsocket.h136 #define SO_PEERPIDFD 77 macro
/linux-6.15/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c354 if (getsockopt(cfd, SOL_SOCKET, SO_PEERPIDFD, &peer_pidfd, &len)) { in client()
/linux-6.15/net/core/
H A Dsock.c1878 case SO_PEERPIDFD: in sk_getsockopt()
/linux-6.15/net/unix/
H A Daf_unix.c964 case SO_PEERPIDFD: in unix_bpf_bypass_getsockopt()