Symbol: SCM_RIGHTS
arch/um/os-Linux/file.c
535
cmsg->cmsg_type != SCM_RIGHTS)
arch/um/os-Linux/file.c
668
cmsg->cmsg_type = SCM_RIGHTS;
arch/um/os-Linux/skas/process.c
180
cmsg->cmsg_type = SCM_RIGHTS;
net/compat.c
310
err = put_user(SCM_RIGHTS, &cm->cmsg_type);
net/core/scm.c
191
case SCM_RIGHTS:
net/core/scm.c
379
err = put_user(SCM_RIGHTS, &cm->cmsg_type);
net/core/sock.c
3056
case SCM_RIGHTS:
samples/seccomp/user-trap.c
49
cmsg->cmsg_type = SCM_RIGHTS;
tools/testing/selftests/bpf/prog_tests/token.c
164
cmsg->cmsg_type = SCM_RIGHTS;
tools/testing/selftests/bpf/prog_tests/token.c
208
!ASSERT_EQ(cmsg->cmsg_type, SCM_RIGHTS, "cmsg_type"))
tools/testing/selftests/landlock/common.h
189
cmsg->cmsg_type = SCM_RIGHTS;
tools/testing/selftests/namespaces/siocgskns_test.c
1051
cmsg->cmsg_type = SCM_RIGHTS;
tools/testing/selftests/namespaces/siocgskns_test.c
123
cmsg->cmsg_type = SCM_RIGHTS;
tools/testing/selftests/namespaces/siocgskns_test.c
1431
cmsg->cmsg_type = SCM_RIGHTS;
tools/testing/selftests/namespaces/siocgskns_test.c
1494
cmsg->cmsg_type = SCM_RIGHTS;
tools/testing/selftests/namespaces/siocgskns_test.c
1557
cmsg->cmsg_type = SCM_RIGHTS;
tools/testing/selftests/namespaces/siocgskns_test.c
159
ASSERT_EQ(cmsg->cmsg_type, SCM_RIGHTS);
tools/testing/selftests/namespaces/siocgskns_test.c
459
cmsg->cmsg_type = SCM_RIGHTS;
tools/testing/selftests/namespaces/siocgskns_test.c
639
cmsg->cmsg_type = SCM_RIGHTS;
tools/testing/selftests/namespaces/siocgskns_test.c
841
cmsg->cmsg_type = SCM_RIGHTS;
tools/testing/selftests/net/af_unix/scm_rights.c
296
cmsg->cmsg_type = SCM_RIGHTS;
tools/testing/selftests/tty/tty_tiocsti_test.c
264
cmsg->cmsg_type = SCM_RIGHTS;
tools/testing/selftests/tty/tty_tiocsti_test.c
292
cmsg->cmsg_type == SCM_RIGHTS) {