Searched refs:SECCOMP_IOWR (Results 1 – 3 of 3) sorted by relevance
/linux/tools/include/uapi/linux/ |
H A D | seccomp.h | 144 #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/include/uapi/linux/ |
H A D | seccomp.h | 144 #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/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 206 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) macro 209 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif) 210 #define SECCOMP_IOCTL_NOTIF_SEND SECCOMP_IOWR(1, \ 270 SECCOMP_IOWR(3, struct seccomp_notif_addfd_big)
|