Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dseccomp.h88 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
96 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOR(2, __u64)
/Linux-v5.4/tools/testing/selftests/seccomp/
Dseccomp_bpf.c171 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
179 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOR(2, __u64)