Searched refs:SECCOMP_IOW (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/include/uapi/linux/ |
H 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)
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H 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)
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | seccomp.h | 138 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro 145 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64) 147 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, \
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | seccomp.h | 82 #define SECCOMP_IOW(nr,type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro 86 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64) 87 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, struct seccomp_notif_addfd)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | seccomp.h | 82 #define SECCOMP_IOW(nr,type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro 86 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64) 87 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, struct seccomp_notif_addfd)
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | sched-seccomp-notify.c | 93 #define SECCOMP_IOCTL_NOTIF_SET_FLAGS SECCOMP_IOW(4, __u64)
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 193 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro 200 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64) 225 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, \ 245 SECCOMP_IOW(3, struct seccomp_notif_addfd_small)
|
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/ |
H A 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)
|
Completed in 13 milliseconds