Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dseccomp.h71 __u16 seccomp_notif_resp; member
111 struct seccomp_notif_resp { struct
149 struct seccomp_notif_resp)
/linux/include/uapi/linux/
H A Dseccomp.h71 __u16 seccomp_notif_resp; member
111 struct seccomp_notif_resp { struct
149 struct seccomp_notif_resp)
/linux/samples/seccomp/
H A Duser-trap.c109 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()
/linux/Documentation/translations/zh_CN/userspace-api/
H A Dseccomp_filter.rst177 __u16 seccomp_notif_resp;
188 struct seccomp_notif_resp {
212 发送一个响应,表示应该给用户空间返回什么。 ``struct seccomp_notif_resp`` 的 ``id``
/linux/tools/perf/bench/
H A Dsched-seccomp-notify.c70 struct seccomp_notif_resp resp; in user_notification_sync_loop()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c211 struct seccomp_notif_resp)
221 struct seccomp_notif_resp { struct
230 __u16 seccomp_notif_resp; argument
3373 struct seccomp_notif_resp resp = {}; in TEST()
3502 struct seccomp_notif_resp resp = {}; in TEST()
3553 struct seccomp_notif_resp resp = {}; in TEST()
3663 struct seccomp_notif_resp resp = {}; in TEST()
3704 struct seccomp_notif_resp resp = {}; in TEST()
3781 struct seccomp_notif_resp resp = {}; in TEST()
3823 EXPECT_EQ(sizes.seccomp_notif_resp, sizeof(struct seccomp_notif_resp)); in TEST()
[all …]
/linux/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
/linux/kernel/
H A Dseccomp.c1603 struct seccomp_notif_resp resp = {}; in seccomp_notify_send()
2065 .seccomp_notif_resp = sizeof(struct seccomp_notif_resp), in seccomp_get_notif_sizes()