Searched refs:seccomp_notif_addfd (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dseccomp.h120 /* valid flags for seccomp_notif_addfd */
125 * struct seccomp_notif_addfd
132 struct seccomp_notif_addfd { struct
153 struct seccomp_notif_addfd)
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h120 /* valid flags for seccomp_notif_addfd */
125 * struct seccomp_notif_addfd
132 struct seccomp_notif_addfd { struct
153 struct seccomp_notif_addfd)
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c231 struct seccomp_notif_addfd)
233 /* valid flags for seccomp_notif_addfd */
236 struct seccomp_notif_addfd { struct
258 struct seccomp_notif_addfd addfd;
259 char buf[sizeof(struct seccomp_notif_addfd) + 8];
4061 struct seccomp_notif_addfd addfd = {};
4223 struct seccomp_notif_addfd addfd = {};
/linux-master/kernel/
H A Dseccomp.c1658 struct seccomp_notif_addfd __user *uaddfd,
1661 struct seccomp_notif_addfd addfd;

Completed in 133 milliseconds