Searched refs:SECCOMP_IOWR (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dseccomp.h144 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) macro
147 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
148 #define SECCOMP_IOCTL_NOTIF_SEND SECCOMP_IOWR(1, \
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h144 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) macro
147 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
148 #define SECCOMP_IOCTL_NOTIF_SEND SECCOMP_IOWR(1, \
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c199 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) macro
202 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
203 #define SECCOMP_IOCTL_NOTIF_SEND SECCOMP_IOWR(1, \
263 SECCOMP_IOWR(3, struct seccomp_notif_addfd_big)

Completed in 179 milliseconds