Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dscm.h191 put_cmsg(msg, SOL_SOCKET, SCM_CREDENTIALS, sizeof(ucreds), &ucreds); in __scm_recv_common()
/linux-6.15/tools/perf/trace/beauty/include/linux/
H A Dsocket.h179 #define SCM_CREDENTIALS 0x02 /* rw: struct ucred */ macro
/linux-6.15/include/linux/
H A Dsocket.h179 #define SCM_CREDENTIALS 0x02 /* rw: struct ucred */ macro
/linux-6.15/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c174 cmsg->cmsg_type == SCM_CREDENTIALS) { in cmsg_check()
/linux-6.15/net/core/
H A Dscm.c180 case SCM_CREDENTIALS: in __scm_send()
H A Dsock.c3016 case SCM_CREDENTIALS: in __sock_cmsg_send()