Searched refs:SECCOMP_IOW (Results 1 – 3 of 3) sorted by relevance
| /tools/include/uapi/linux/ |
| A D | seccomp.h | 143 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro 150 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64) 152 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, \ 155 #define SECCOMP_IOCTL_NOTIF_SET_FLAGS SECCOMP_IOW(4, __u64)
|
| /tools/perf/bench/ |
| A D | sched-seccomp-notify.c | 93 #define SECCOMP_IOCTL_NOTIF_SET_FLAGS SECCOMP_IOW(4, __u64)
|
| /tools/testing/selftests/seccomp/ |
| A D | seccomp_bpf.c | 211 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro 218 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64) 243 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, \ 267 SECCOMP_IOW(3, struct seccomp_notif_addfd_small) 4354 #define SECCOMP_IOCTL_NOTIF_SET_FLAGS SECCOMP_IOW(4, __u64)
|
Completed in 13 milliseconds