Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dseccomp.h140 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
/linux-6.3-rc2/kernel/
A Dseccomp.c55 #define SECCOMP_IOCTL_NOTIF_ID_VALID_WRONG_DIR SECCOMP_IOR(2, __u64)
/linux-6.3-rc2/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c197 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro

Completed in 15 milliseconds