Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dseccomp.h89 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro
/Linux-v5.4/tools/testing/selftests/seccomp/
Dseccomp_bpf.c172 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro