Home
last modified time | relevance | path

Searched refs:SCM_RIGHTS (Results 1 – 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/android/ion/
Dipcsocket.c146 cmsg->cmsg_type = SCM_RIGHTS; in sendtosocket()
199 cmsg->cmsg_type = SCM_RIGHTS; in receivefromsocket()
DREADME10 It uses unix domain socket (with SCM_RIGHTS) as IPC to transfer an FD to
/kernel/linux/linux-5.10/net/core/
Dscm.c155 case SCM_RIGHTS: in __scm_send()
319 err = put_user(SCM_RIGHTS, &cm->cmsg_type); in scm_detach_fds()
Dsock.c2399 case SCM_RIGHTS: in __sock_cmsg_send()
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
Dsocket.h219 #define SCM_RIGHTS 0x01 macro
/kernel/linux/linux-5.10/arch/um/os-Linux/drivers/
Dtuntap_user.c118 (cmsg->cmsg_type != SCM_RIGHTS)) { in tuntap_open_tramp()
/kernel/linux/linux-5.10/arch/um/os-Linux/
Dfile.c536 (cmsg->cmsg_type != SCM_RIGHTS)) { in os_rcv_fd()
662 cmsg->cmsg_type = SCM_RIGHTS; in os_sendmsg_fds()
/kernel/linux/linux-5.10/Documentation/userspace-api/
Dno_new_privs.rst43 ``setuid(2)`` and receive SCM_RIGHTS datagrams.
Dseccomp_filter.rst207 passed around via ``SCM_RIGHTS`` or similar. Note that filter fds correspond to
/kernel/linux/linux-5.10/samples/seccomp/
Duser-trap.c48 cmsg->cmsg_type = SCM_RIGHTS; in send_fd()
/kernel/linux/linux-5.10/include/linux/
Dsocket.h165 #define SCM_RIGHTS 0x01 /* rw: access rights (array of int) */ macro
/kernel/linux/linux-5.10/tools/perf/trace/beauty/include/linux/
Dsocket.h165 #define SCM_RIGHTS 0x01 /* rw: access rights (array of int) */ macro
/kernel/linux/linux-5.10/net/
Dcompat.c311 err = put_user(SCM_RIGHTS, &cm->cmsg_type); in scm_detach_fds_compat()
/kernel/linux/linux-5.10/Documentation/virt/kvm/
Dapi.rst52 of fork() and the SCM_RIGHTS facility of unix domain socket. These