Searched refs:SECCOMP_IOR (Results 1 – 4 of 4) sorted by relevance
/linux/tools/include/uapi/linux/ |
H A D | seccomp.h | 142 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
|
/linux/include/uapi/linux/ |
H A D | seccomp.h | 142 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
|
/linux/kernel/ |
H A D | seccomp.c | 55 #define SECCOMP_IOCTL_NOTIF_ID_VALID_WRONG_DIR SECCOMP_IOR(2, __u64)
|
/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 204 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
|