Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dseccomp.h69 __u16 seccomp_notif_resp; member
109 struct seccomp_notif_resp { struct
144 struct seccomp_notif_resp)
/OK3568_Linux_fs/kernel/samples/seccomp/
H A Duser-trap.c105 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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c197 struct seccomp_notif_resp)
207 struct seccomp_notif_resp { struct
216 __u16 seccomp_notif_resp; member
3294 struct seccomp_notif_resp resp = {}; in TEST()
3423 struct seccomp_notif_resp resp = {}; in TEST()
3474 struct seccomp_notif_resp resp = {}; in TEST()
3584 struct seccomp_notif_resp resp = {}; in TEST()
3625 struct seccomp_notif_resp resp = {}; in TEST()
3695 struct seccomp_notif_resp resp = {}; in TEST()
3734 EXPECT_EQ(sizes.seccomp_notif_resp, sizeof(struct seccomp_notif_resp)); in TEST()
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dseccomp_filter.rst219 __u16 seccomp_notif_resp;
230 struct seccomp_notif_resp {
259 returned to userspace. The ``id`` member of ``struct seccomp_notif_resp`` should
/OK3568_Linux_fs/kernel/kernel/
H A Dseccomp.c1487 struct seccomp_notif_resp resp = {}; in seccomp_notify_send()
1903 .seccomp_notif_resp = sizeof(struct seccomp_notif_resp), in seccomp_get_notif_sizes()