Home
last modified time | relevance | path

Searched refs:SCM_CREDENTIALS (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/net/
H A Dscm.h179 put_cmsg(msg, SOL_SOCKET, SCM_CREDENTIALS, sizeof(ucreds), &ucreds); in __scm_recv_common()
/openbmc/linux/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c174 cmsg->cmsg_type == SCM_CREDENTIALS) { in cmsg_check()
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h178 #define SCM_CREDENTIALS 0x02 /* rw: struct ucred */ macro
/openbmc/linux/include/linux/
H A Dsocket.h178 #define SCM_CREDENTIALS 0x02 /* rw: struct ucred */ macro
/openbmc/linux/net/core/
H A Dscm.c169 case SCM_CREDENTIALS: in __scm_send()
H A Dsock.c2853 case SCM_CREDENTIALS: in __sock_cmsg_send()
/openbmc/qemu/linux-user/
H A Dsyscall.c1783 && cmsg->cmsg_type == SCM_CREDENTIALS) { in target_to_host_cmsg()
1916 case SCM_CREDENTIALS: in host_to_target_cmsg()