Searched refs:seccomp_notif (Results 1 – 5 of 5) sorted by relevance
68 __u16 seccomp_notif; member73 struct seccomp_notif { struct142 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
104 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()308 memset(req, 0, sizes.seccomp_notif); in main()
126 Results in a ``struct seccomp_notif`` message sent on the userspace218 __u16 seccomp_notif;223 struct seccomp_notif {250 seccomp notification fd to receive a ``struct seccomp_notif``, which contains260 seccomp_notif``.
195 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)200 struct seccomp_notif { struct215 __u16 seccomp_notif; argument3284 struct seccomp_notif req = {}; in TEST()3413 struct seccomp_notif req = {}; in TEST()3464 struct seccomp_notif req = {}; in TEST()3574 struct seccomp_notif req = {}; in TEST()3615 struct seccomp_notif req = {}; in TEST()3685 struct seccomp_notif req = {}; in TEST()3724 EXPECT_EQ(sizes.seccomp_notif, sizeof(struct seccomp_notif)); in TEST()[all …]
1184 struct seccomp_notif unotif; in seccomp_notify_recv()1667 .seccomp_notif = sizeof(struct seccomp_notif), in seccomp_get_notif_sizes()