Home
last modified time | relevance | path

Searched defs:SECCOMP_IOW (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/tools/include/uapi/linux/
Dseccomp.h143 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro
/Linux-v6.6/include/uapi/linux/
Dseccomp.h143 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro
/Linux-v6.6/tools/testing/selftests/seccomp/
Dseccomp_bpf.c198 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro