Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dseccomp.h142 #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-5.19.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c195 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) macro
198 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
199 #define SECCOMP_IOCTL_NOTIF_SEND SECCOMP_IOWR(1, \
259 SECCOMP_IOWR(3, struct seccomp_notif_addfd_big)