Searched refs:seccomp_notif_resp (Results 1 – 8 of 8) sorted by relevance
71 __u16 seccomp_notif_resp; member111 struct seccomp_notif_resp { struct149 struct seccomp_notif_resp)
109 struct seccomp_notif_resp *resp, int listener) in handle_req()294 struct seccomp_notif_resp *resp; in main()306 resp = malloc(sizes.seccomp_notif_resp); in main()309 memset(resp, 0, sizes.seccomp_notif_resp); in main()
177 __u16 seccomp_notif_resp;188 struct seccomp_notif_resp {212 发送一个响应,表示应该给用户空间返回什么。 ``struct seccomp_notif_resp`` 的 ``id``
70 struct seccomp_notif_resp resp; in user_notification_sync_loop()
217 struct seccomp_notif_resp)227 struct seccomp_notif_resp { struct236 __u16 seccomp_notif_resp; argument3379 struct seccomp_notif_resp resp = {}; in TEST()3508 struct seccomp_notif_resp resp = {}; in TEST()3559 struct seccomp_notif_resp resp = {}; in TEST()3669 struct seccomp_notif_resp resp = {}; in TEST()3710 struct seccomp_notif_resp resp = {}; in TEST()3787 struct seccomp_notif_resp resp = {}; in TEST()3829 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
1612 struct seccomp_notif_resp resp = {}; in seccomp_notify_send()2074 .seccomp_notif_resp = sizeof(struct seccomp_notif_resp), in seccomp_get_notif_sizes()