Searched refs:seccomp_notif_resp (Results 1 – 5 of 5) sorted by relevance
69 __u16 seccomp_notif_resp; member109 struct seccomp_notif_resp { struct145 struct seccomp_notif_resp)
105 struct seccomp_notif_resp *resp, int listener) in handle_req()290 struct seccomp_notif_resp *resp; in main()302 resp = malloc(sizes.seccomp_notif_resp); in main()305 memset(resp, 0, sizes.seccomp_notif_resp); in main()
197 struct seccomp_notif_resp)207 struct seccomp_notif_resp { struct216 __u16 seccomp_notif_resp; argument3298 struct seccomp_notif_resp resp = {}; in TEST()3427 struct seccomp_notif_resp resp = {}; in TEST()3478 struct seccomp_notif_resp resp = {}; in TEST()3588 struct seccomp_notif_resp resp = {}; in TEST()3629 struct seccomp_notif_resp resp = {}; in TEST()3699 struct seccomp_notif_resp resp = {}; in TEST()3738 EXPECT_EQ(sizes.seccomp_notif_resp, sizeof(struct seccomp_notif_resp)); in TEST()[all …]
219 __u16 seccomp_notif_resp;230 struct seccomp_notif_resp {259 returned to userspace. The ``id`` member of ``struct seccomp_notif_resp`` should
1490 struct seccomp_notif_resp resp = {}; in seccomp_notify_send()1924 .seccomp_notif_resp = sizeof(struct seccomp_notif_resp), in seccomp_get_notif_sizes()
Completed in 16 milliseconds