Home
last modified time | relevance | path

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

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