Searched refs:seccomp_notif (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Dseccomp.h70 __u16 seccomp_notif; member in struct:seccomp_notif_sizes
75 struct seccomp_notif { struct
147 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h70 __u16 seccomp_notif; member in struct:seccomp_notif_sizes
75 struct seccomp_notif { struct
147 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
/linux-master/samples/seccomp/
H A Duser-trap.c108 static int handle_req(struct seccomp_notif *req,
293 struct seccomp_notif *req;
302 req = malloc(sizes.seccomp_notif);
312 memset(req, 0, sizes.seccomp_notif);
/linux-master/tools/perf/bench/
H A Dsched-seccomp-notify.c71 struct seccomp_notif req;
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c202 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
207 struct seccomp_notif { struct
222 __u16 seccomp_notif; member in struct:seccomp_notif_sizes
3365 struct seccomp_notif req = {};
3494 struct seccomp_notif req = {};
3545 struct seccomp_notif req = {};
3655 struct seccomp_notif req = {};
3696 struct seccomp_notif req = {};
3773 struct seccomp_notif req = {};
3815 EXPECT_EQ(sizes.seccomp_notif, sizeo
[all...]
/linux-master/kernel/
H A Dseccomp.c1501 struct seccomp_notif unotif;
2034 .seccomp_notif = sizeof(struct seccomp_notif),

Completed in 155 milliseconds