Home
last modified time | relevance | path

Searched refs:seccomp_notif (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dseccomp.h67 __u16 seccomp_notif; member
72 struct seccomp_notif { struct
93 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif) argument
/Linux-v5.4/samples/seccomp/
Duser-trap.c104 static int handle_req(struct seccomp_notif *req, in handle_req()
289 struct seccomp_notif *req; in main()
298 req = malloc(sizes.seccomp_notif); in main()
/Linux-v5.4/Documentation/userspace-api/
Dseccomp_filter.rst126 Results in a ``struct seccomp_notif`` message sent on the userspace
218 __u16 seccomp_notif;
223 struct seccomp_notif {
250 seccomp notification fd to receive a ``struct seccomp_notif``, which contains
260 seccomp_notif``.
/Linux-v5.4/tools/testing/selftests/seccomp/
Dseccomp_bpf.c176 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
181 struct seccomp_notif { struct
196 __u16 seccomp_notif; argument
3086 struct seccomp_notif req = {}; in TEST()
3181 struct seccomp_notif req = {}; in TEST()
3232 struct seccomp_notif req = {}; in TEST()
3340 struct seccomp_notif req = {}; in TEST()
3378 struct seccomp_notif req = {}; in TEST()
3445 struct seccomp_notif req = {}; in TEST()
3484 EXPECT_EQ(sizes.seccomp_notif, sizeof(struct seccomp_notif)); in TEST()
/Linux-v5.4/kernel/
Dseccomp.c1015 struct seccomp_notif unotif; in seccomp_notify_recv()
1368 .seccomp_notif = sizeof(struct seccomp_notif), in seccomp_get_notif_sizes()