Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dseccomp.h71 __u16 seccomp_notif_resp; member
111 struct seccomp_notif_resp { struct
147 struct seccomp_notif_resp)
/linux-6.3-rc2/samples/seccomp/
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()
/linux-6.3-rc2/Documentation/translations/zh_CN/userspace-api/
A Dseccomp_filter.rst177 __u16 seccomp_notif_resp;
188 struct seccomp_notif_resp {
212 发送一个响应,表示应该给用户空间返回什么。 ``struct seccomp_notif_resp`` 的 ``id``
/linux-6.3-rc2/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c204 struct seccomp_notif_resp)
214 struct seccomp_notif_resp { struct
223 __u16 seccomp_notif_resp; member
3363 struct seccomp_notif_resp resp = {}; in TEST()
3492 struct seccomp_notif_resp resp = {}; in TEST()
3543 struct seccomp_notif_resp resp = {}; in TEST()
3653 struct seccomp_notif_resp resp = {}; in TEST()
3694 struct seccomp_notif_resp resp = {}; in TEST()
3764 struct seccomp_notif_resp resp = {}; in TEST()
3806 EXPECT_EQ(sizes.seccomp_notif_resp, sizeof(struct seccomp_notif_resp)); in TEST()
[all …]
/linux-6.3-rc2/Documentation/userspace-api/
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-6.3-rc2/kernel/
A Dseccomp.c1529 struct seccomp_notif_resp resp = {}; in seccomp_notify_send()
1971 .seccomp_notif_resp = sizeof(struct seccomp_notif_resp), in seccomp_get_notif_sizes()

Completed in 16 milliseconds