Searched refs:SCM_PIDFD (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c25 #ifndef SCM_PIDFD
26 #define SCM_PIDFD 0x04 macro
164 cmsg->cmsg_type == SCM_PIDFD) {
166 log_err("CMSG parse: SCM_PIDFD wrong len");
191 log_err("CMSG parse: SCM_PIDFD not found");
200 /* pidfd from SCM_PIDFD should point to the parent process PID */
204 log_err("wrong SCM_PIDFD %d != %d", parent_pid, getppid());
/linux-master/include/net/
H A Dscm.h149 if (put_cmsg(msg, SOL_SOCKET, SCM_PIDFD, sizeof(int), &pidfd)) {
/linux-master/include/linux/
H A Dsocket.h180 #define SCM_PIDFD 0x04 /* ro: pidfd (int) */ macro
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h180 #define SCM_PIDFD 0x04 /* ro: pidfd (int) */ macro

Completed in 129 milliseconds