Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dseccomp.h69 __u16 seccomp_notif_resp; member
109 struct seccomp_notif_resp { struct
144 struct seccomp_notif_resp)
/Linux-v5.10/samples/seccomp/
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-v5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c197 struct seccomp_notif_resp)
207 struct seccomp_notif_resp { struct
216 __u16 seccomp_notif_resp; argument
3285 struct seccomp_notif_resp resp = {}; in TEST()
3414 struct seccomp_notif_resp resp = {}; in TEST()
3465 struct seccomp_notif_resp resp = {}; in TEST()
3575 struct seccomp_notif_resp resp = {}; in TEST()
3616 struct seccomp_notif_resp resp = {}; in TEST()
3686 struct seccomp_notif_resp resp = {}; in TEST()
3725 EXPECT_EQ(sizes.seccomp_notif_resp, sizeof(struct seccomp_notif_resp)); in TEST()
[all …]
/Linux-v5.10/Documentation/userspace-api/
Dseccomp_filter.rst219 __u16 seccomp_notif_resp;
230 struct seccomp_notif_resp {
259 ``struct seccomp_notif_resp`` should be the same ``id`` as in ``struct
/Linux-v5.10/kernel/
Dseccomp.c1252 struct seccomp_notif_resp resp = {}; in seccomp_notify_send()
1668 .seccomp_notif_resp = sizeof(struct seccomp_notif_resp), in seccomp_get_notif_sizes()