Searched refs:SECCOMP_IOW (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/include/uapi/linux/ |
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)
|
/linux-6.6.21/tools/include/uapi/linux/ |
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)
|
/linux-6.6.21/tools/perf/bench/ |
D | sched-seccomp-notify.c | 93 #define SECCOMP_IOCTL_NOTIF_SET_FLAGS SECCOMP_IOW(4, __u64)
|
/linux-6.6.21/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 198 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro 205 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64) 230 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, \ 254 SECCOMP_IOW(3, struct seccomp_notif_addfd_small) 4270 #define SECCOMP_IOCTL_NOTIF_SET_FLAGS SECCOMP_IOW(4, __u64)
|