Home
last modified time | relevance | path

Searched refs:SECCOMP_IO (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/include/uapi/linux/
H A Dseccomp.h141 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) macro
/linux-6.15/include/uapi/linux/
H A Dseccomp.h141 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) macro
/linux-6.15/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c209 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) macro