Home
last modified time | relevance | path

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

/linux/net/core/
A Dscm.c155 case SCM_RIGHTS: in __scm_send()
326 err = put_user(SCM_RIGHTS, &cm->cmsg_type); in scm_detach_fds()
A Dsock.c2628 case SCM_RIGHTS: in __sock_cmsg_send()
/linux/samples/bpf/
A Dxdpsock_ctrl_proc.c84 cmsg->cmsg_type = SCM_RIGHTS; in send_xsks_map_fd()
/linux/arch/um/os-Linux/drivers/
A Dtuntap_user.c118 (cmsg->cmsg_type != SCM_RIGHTS)) { in tuntap_open_tramp()
/linux/arch/um/os-Linux/
A Dfile.c536 (cmsg->cmsg_type != SCM_RIGHTS)) { in os_rcv_fd()
662 cmsg->cmsg_type = SCM_RIGHTS; in os_sendmsg_fds()
/linux/samples/seccomp/
A Duser-trap.c48 cmsg->cmsg_type = SCM_RIGHTS; in send_fd()
/linux/Documentation/userspace-api/
A Dno_new_privs.rst43 ``setuid(2)`` and receive SCM_RIGHTS datagrams.
A Dseccomp_filter.rst207 passed around via ``SCM_RIGHTS`` or similar. Note that filter fds correspond to
/linux/tools/testing/selftests/landlock/
A Dbase_test.c214 cmsg->cmsg_type = SCM_RIGHTS; in TEST()
/linux/tools/perf/trace/beauty/include/linux/
A Dsocket.h165 #define SCM_RIGHTS 0x01 /* rw: access rights (array of int) */ macro
/linux/include/linux/
A Dsocket.h165 #define SCM_RIGHTS 0x01 /* rw: access rights (array of int) */ macro
/linux/net/
A Dcompat.c311 err = put_user(SCM_RIGHTS, &cm->cmsg_type); in scm_detach_fds_compat()
/linux/Documentation/virt/kvm/
A Dapi.rst52 of fork() and the SCM_RIGHTS facility of unix domain socket. These

Completed in 28 milliseconds