Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dseccomp.h136 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c189 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) macro