Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dseccomp.h139 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) macro
142 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
143 #define SECCOMP_IOCTL_NOTIF_SEND SECCOMP_IOWR(1, \
/Linux-v5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c192 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) macro
195 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
196 #define SECCOMP_IOCTL_NOTIF_SEND SECCOMP_IOWR(1, \
252 SECCOMP_IOWR(3, struct seccomp_notif_addfd_big)