Searched defs:SECCOMP_IOR (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dseccomp.h142 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h142 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c197 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro

Completed in 130 milliseconds