SECCOMP_IOCTL_NOTIF_SEND 1169 kernel/seccomp.c 	case SECCOMP_IOCTL_NOTIF_SEND:
SECCOMP_IOCTL_NOTIF_SEND  326 samples/seccomp/user-trap.c 			if (ioctl(listener, SECCOMP_IOCTL_NOTIF_SEND, resp) < 0 &&
SECCOMP_IOCTL_NOTIF_SEND 3177 tools/testing/selftests/seccomp/seccomp_bpf.c 	EXPECT_EQ(ioctl(listener, SECCOMP_IOCTL_NOTIF_SEND, &resp), -1);
SECCOMP_IOCTL_NOTIF_SEND 3181 tools/testing/selftests/seccomp/seccomp_bpf.c 	EXPECT_EQ(ioctl(listener, SECCOMP_IOCTL_NOTIF_SEND, &resp), 0);
SECCOMP_IOCTL_NOTIF_SEND 3226 tools/testing/selftests/seccomp/seccomp_bpf.c 	ret = ioctl(listener, SECCOMP_IOCTL_NOTIF_SEND, &resp);
SECCOMP_IOCTL_NOTIF_SEND 3297 tools/testing/selftests/seccomp/seccomp_bpf.c 	EXPECT_EQ(ioctl(listener, SECCOMP_IOCTL_NOTIF_SEND, &resp), -1);
SECCOMP_IOCTL_NOTIF_SEND 3307 tools/testing/selftests/seccomp/seccomp_bpf.c 	EXPECT_EQ(ioctl(listener, SECCOMP_IOCTL_NOTIF_SEND, &resp), 0);
SECCOMP_IOCTL_NOTIF_SEND 3376 tools/testing/selftests/seccomp/seccomp_bpf.c 	EXPECT_EQ(ioctl(listener, SECCOMP_IOCTL_NOTIF_SEND, &resp), 0);
SECCOMP_IOCTL_NOTIF_SEND 3440 tools/testing/selftests/seccomp/seccomp_bpf.c 		ASSERT_EQ(ioctl(listener, SECCOMP_IOCTL_NOTIF_SEND, &resp), 0);
SECCOMP_IOCTL_NOTIF_SEND 3486 tools/testing/selftests/seccomp/seccomp_bpf.c 	EXPECT_EQ(ioctl(listener, SECCOMP_IOCTL_NOTIF_SEND, &resp), 0);