Searched refs:SCM_RIGHTS (Results 1 - 10 of 10) sorted by relevance

/linux-master/net/core/
H A Dscm.c167 case SCM_RIGHTS:
343 err = put_user(SCM_RIGHTS, &cm->cmsg_type);
H A Dsock.c2842 /* SCM_RIGHTS and SCM_CREDENTIALS are semantically in SOL_UNIX. */
2843 case SCM_RIGHTS:
3304 * When a file is received (via SCM_RIGHTS, etc), we must bump the
/linux-master/arch/um/os-Linux/drivers/
H A Dtuntap_user.c118 (cmsg->cmsg_type != SCM_RIGHTS)) {
/linux-master/samples/seccomp/
H A Duser-trap.c49 cmsg->cmsg_type = SCM_RIGHTS;
/linux-master/tools/testing/selftests/landlock/
H A Dcommon.h212 cmsg->cmsg_type = SCM_RIGHTS;
/linux-master/arch/um/os-Linux/
H A Dfile.c536 (cmsg->cmsg_type != SCM_RIGHTS)) {
671 cmsg->cmsg_type = SCM_RIGHTS;
/linux-master/include/linux/
H A Dsocket.h177 #define SCM_RIGHTS 0x01 /* rw: access rights (array of int) */ macro
334 SCM_RIGHTS */
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h177 #define SCM_RIGHTS 0x01 /* rw: access rights (array of int) */ macro
334 SCM_RIGHTS */
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtoken.c168 cmsg->cmsg_type = SCM_RIGHTS;
212 !ASSERT_EQ(cmsg->cmsg_type, SCM_RIGHTS, "cmsg_type"))
/linux-master/net/
H A Dcompat.c310 err = put_user(SCM_RIGHTS, &cm->cmsg_type);

Completed in 205 milliseconds