Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dseccomp.h139 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) macro
142 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
143 #define SECCOMP_IOCTL_NOTIF_SEND SECCOMP_IOWR(1, \
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c179 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) macro
182 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
183 #define SECCOMP_IOCTL_NOTIF_SEND SECCOMP_IOWR(1, \