Home
last modified time | relevance | path

Searched refs:seccomp_notif_sizes (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/userspace-api/
H A Dseccomp_filter.rst175 struct seccomp_notif_sizes {
195 ``struct seccomp_notif_sizes`` 结构体可以用于确定seccomp通知中各种结构体的大小。
200 struct seccomp_notif_sizes sizes;
/openbmc/linux/tools/include/uapi/linux/
H A Dseccomp.h69 struct seccomp_notif_sizes { struct
/openbmc/linux/include/uapi/linux/
H A Dseccomp.h69 struct seccomp_notif_sizes { struct
/openbmc/linux/samples/seccomp/
H A Duser-trap.c291 struct seccomp_notif_sizes sizes; in main()
/openbmc/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst217 struct seccomp_notif_sizes {
237 The ``struct seccomp_notif_sizes`` structure can be used to determine the size
243 struct seccomp_notif_sizes sizes;
/openbmc/linux/kernel/
H A Dseccomp.c2033 struct seccomp_notif_sizes sizes = { in seccomp_get_notif_sizes()
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c221 struct seccomp_notif_sizes { struct
3813 struct seccomp_notif_sizes sizes; in TEST()