Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dseccomp.h68 __u16 seccomp_notif; member
73 struct seccomp_notif { struct
143 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
/linux/samples/seccomp/
A Duser-trap.c104 static int handle_req(struct seccomp_notif *req, in handle_req()
289 struct seccomp_notif *req; in main()
298 req = malloc(sizes.seccomp_notif); in main()
308 memset(req, 0, sizes.seccomp_notif); in main()
/linux/Documentation/userspace-api/
A Dseccomp_filter.rst126 Results in a ``struct seccomp_notif`` message sent on the userspace
218 __u16 seccomp_notif;
223 struct seccomp_notif {
250 seccomp notification fd to receive a ``struct seccomp_notif``, which contains
260 be the same ``id`` as in ``struct seccomp_notif``.
265 ``struct seccomp_notif``. The ``newfd_flags`` flag may be used to set flags
/linux/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c200 struct seccomp_notif { struct
215 __u16 seccomp_notif; argument
3297 struct seccomp_notif req = {}; in TEST()
3426 struct seccomp_notif req = {}; in TEST()
3477 struct seccomp_notif req = {}; in TEST()
3587 struct seccomp_notif req = {}; in TEST()
3628 struct seccomp_notif req = {}; in TEST()
3698 struct seccomp_notif req = {}; in TEST()
3737 EXPECT_EQ(sizes.seccomp_notif, sizeof(struct seccomp_notif)); in TEST()
3746 struct seccomp_notif req = {}; in TEST()
[all …]
/linux/kernel/
A Dseccomp.c1422 struct seccomp_notif unotif; in seccomp_notify_recv()
1923 .seccomp_notif = sizeof(struct seccomp_notif), in seccomp_get_notif_sizes()

Completed in 16 milliseconds