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
309
err = put_user(SCM_RIGHTS, &cm->cmsg_type);
net/core/scm.c
191
case SCM_RIGHTS:
net/core/scm.c
383
err = put_user(SCM_RIGHTS, &cm->cmsg_type);
net/core/sock.c
3104
case SCM_RIGHTS:
samples/seccomp/user-trap.c
49
cmsg->cmsg_type = SCM_RIGHTS;
tools/testing/selftests/bpf/prog_tests/token.c
170
cmsg->cmsg_type = SCM_RIGHTS;
tools/testing/selftests/bpf/prog_tests/token.c
214
!ASSERT_EQ(cmsg->cmsg_type, SCM_RIGHTS, "cmsg_type"))
tools/testing/selftests/landlock/common.h
191
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) {
tools/testing/selftests/ublk/kublk.c
1172
cmsg->cmsg_type != SCM_RIGHTS)