Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dseccomp.h139 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro
146 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64)
148 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, \
/linux/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c191 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro
198 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64)
223 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, \
247 SECCOMP_IOW(3, struct seccomp_notif_addfd_small)

Completed in 10 milliseconds