Searched refs:SCM_CREDENTIALS (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/net/
H A Dscm.h181 put_cmsg(msg, SOL_SOCKET, SCM_CREDENTIALS, sizeof(ucreds), &ucreds);
/linux-master/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c174 cmsg->cmsg_type == SCM_CREDENTIALS) {
176 log_err("CMSG parse: SCM_CREDENTIALS wrong len");
196 log_err("CMSG parse: SCM_CREDENTIALS not found");
/linux-master/include/linux/
H A Dsocket.h178 #define SCM_CREDENTIALS 0x02 /* rw: struct ucred */ macro
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h178 #define SCM_CREDENTIALS 0x02 /* rw: struct ucred */ macro
/linux-master/net/core/
H A Dscm.c174 case SCM_CREDENTIALS:
H A Dsock.c2842 /* SCM_RIGHTS and SCM_CREDENTIALS are semantically in SOL_UNIX. */
2844 case SCM_CREDENTIALS:

Completed in 357 milliseconds