Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dseccomp.h137 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) macro
/Linux-v5.15/tools/testing/selftests/seccomp/
Dseccomp_bpf.c189 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) macro