Searched refs:SECCOMP_IOWR (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/ |
A D | seccomp.h | 142 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) macro 145 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif) 146 #define SECCOMP_IOCTL_NOTIF_SEND SECCOMP_IOWR(1, \
|
/linux-6.3-rc2/tools/testing/selftests/seccomp/ |
A 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)
|
Completed in 12 milliseconds