Searched refs:SECCOMP_IOWR (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/tools/include/uapi/linux/ |
| 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-v6.6/include/uapi/linux/ |
| 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-v6.6/tools/testing/selftests/seccomp/ |
| D | seccomp_bpf.c | 199 #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)
|