Searched refs:SECCOMP_IOR (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | seccomp.h | 137 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | seccomp.h | 142 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | seccomp.h | 142 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | seccomp.h | 81 #define SECCOMP_IOR(nr,type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | seccomp.h | 81 #define SECCOMP_IOR(nr,type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
|
/kernel/linux/linux-5.10/kernel/ |
H A D | seccomp.c | 53 #define SECCOMP_IOCTL_NOTIF_ID_VALID_WRONG_DIR SECCOMP_IOR(2, __u64)
|
/kernel/linux/linux-6.6/kernel/ |
H A D | seccomp.c | 55 #define SECCOMP_IOCTL_NOTIF_ID_VALID_WRONG_DIR SECCOMP_IOR(2, __u64)
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 192 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 197 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
|
Completed in 19 milliseconds