Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/uapi/linux/
Dseccomp.h142 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
/Linux-v6.6/include/uapi/linux/
Dseccomp.h142 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
/Linux-v6.6/kernel/
Dseccomp.c55 #define SECCOMP_IOCTL_NOTIF_ID_VALID_WRONG_DIR SECCOMP_IOR(2, __u64)
/Linux-v6.6/tools/testing/selftests/seccomp/
Dseccomp_bpf.c197 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro