Home
last modified time | relevance | path

Searched refs:SECCOMP_IOW (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/include/uapi/linux/
H A Dseccomp.h143 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro
150 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64)
152 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, \
155 #define SECCOMP_IOCTL_NOTIF_SET_FLAGS SECCOMP_IOW(4, __u64)
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dseccomp.h143 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro
150 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64)
152 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, \
155 #define SECCOMP_IOCTL_NOTIF_SET_FLAGS SECCOMP_IOW(4, __u64)
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dseccomp.h138 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro
145 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64)
147 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, \
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dseccomp.h82 #define SECCOMP_IOW(nr,type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro
86 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64)
87 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, struct seccomp_notif_addfd)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dseccomp.h82 #define SECCOMP_IOW(nr,type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro
86 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64)
87 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, struct seccomp_notif_addfd)
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dsched-seccomp-notify.c93 #define SECCOMP_IOCTL_NOTIF_SET_FLAGS SECCOMP_IOW(4, __u64)
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c193 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro
200 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64)
225 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, \
245 SECCOMP_IOW(3, struct seccomp_notif_addfd_small)
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c198 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro
205 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOW(2, __u64)
230 #define SECCOMP_IOCTL_NOTIF_ADDFD SECCOMP_IOW(3, \
254 SECCOMP_IOW(3, struct seccomp_notif_addfd_small)
4270 #define SECCOMP_IOCTL_NOTIF_SET_FLAGS SECCOMP_IOW(4, __u64)

Completed in 13 milliseconds