SECCOMP_IOR 88 include/uapi/linux/seccomp.h #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) SECCOMP_IOR 172 tools/testing/selftests/seccomp/seccomp_bpf.c #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type)