Searched refs:SECCOMP_IOWR (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/include/uapi/linux/ | 
| D | seccomp.h | 90 #define SECCOMP_IOWR(nr, type)		_IOWR(SECCOMP_IOC_MAGIC, nr, type)  macro93 #define SECCOMP_IOCTL_NOTIF_RECV	SECCOMP_IOWR(0, struct seccomp_notif)
 94 #define SECCOMP_IOCTL_NOTIF_SEND	SECCOMP_IOWR(1,	\
 
 | 
| /Linux-v5.4/tools/testing/selftests/seccomp/ | 
| D | seccomp_bpf.c | 173 #define SECCOMP_IOWR(nr, type)		_IOWR(SECCOMP_IOC_MAGIC, nr, type)  macro176 #define SECCOMP_IOCTL_NOTIF_RECV	SECCOMP_IOWR(0, struct seccomp_notif)
 177 #define SECCOMP_IOCTL_NOTIF_SEND	SECCOMP_IOWR(1,	\
 
 |