Home
last modified time | relevance | path

Searched defs:SECCOMP_IO (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dseccomp.h136 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dseccomp.h141 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dseccomp.h141 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dseccomp.h80 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dseccomp.h80 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) macro
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c191 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) macro
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c196 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) macro

Completed in 20 milliseconds