Home
last modified time | relevance | path

Searched defs:SECCOMP_IOR (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/uapi/linux/
Dseccomp.h140 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
/Linux-v6.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c193 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro