SECCOMP_IOW        89 include/uapi/linux/seccomp.h #define SECCOMP_IOW(nr, type)		_IOW(SECCOMP_IOC_MAGIC, nr, type)
SECCOMP_IOW       173 tools/testing/selftests/seccomp/seccomp_bpf.c #define SECCOMP_IOW(nr, type)		_IOW(SECCOMP_IOC_MAGIC, nr, type)