Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dseccomp.h141 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro
148 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64)
150 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, \
/Linux-v6.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c194 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro
201 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64)
226 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, \
250 SECCOMP_IOW(3, struct seccomp_notif_addfd_small)