Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dseccomp.h137 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c177 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) macro
185 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOR(2, __u64)