Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dseccomp.h139 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) macro
/linux-5.19.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c192 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) macro