Home
last modified time | relevance | path

Searched refs:SECCOMP_IOCTL_NOTIF_SET_FLAGS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/perf/bench/
H A Dsched-seccomp-notify.c93 #define SECCOMP_IOCTL_NOTIF_SET_FLAGS SECCOMP_IOW(4, __u64) macro
129 if (ioctl(listener, SECCOMP_IOCTL_NOTIF_SET_FLAGS, in bench_sched_seccomp_notify()
/openbmc/linux/tools/include/uapi/linux/
H A Dseccomp.h155 #define SECCOMP_IOCTL_NOTIF_SET_FLAGS SECCOMP_IOW(4, __u64) macro
/openbmc/linux/include/uapi/linux/
H A Dseccomp.h155 #define SECCOMP_IOCTL_NOTIF_SET_FLAGS SECCOMP_IOW(4, __u64) macro
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4291 #define SECCOMP_IOCTL_NOTIF_SET_FLAGS SECCOMP_IOW(4, __u64) macro
4313 ioctl(listener, SECCOMP_IOCTL_NOTIF_SET_FLAGS, 0xffffffff, 0)); in TEST()
4315 ASSERT_EQ(ioctl(listener, SECCOMP_IOCTL_NOTIF_SET_FLAGS, in TEST()
/openbmc/linux/kernel/
H A Dseccomp.c1786 case SECCOMP_IOCTL_NOTIF_SET_FLAGS: in seccomp_notify_ioctl()