Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dseccomp.h18 #define SECCOMP_GET_NOTIF_SIZES 3 macro
/openbmc/linux/include/uapi/linux/
H A Dseccomp.h18 #define SECCOMP_GET_NOTIF_SIZES 3 macro
/openbmc/linux/Documentation/translations/zh_CN/userspace-api/
H A Dseccomp_filter.rst201 seccomp(SECCOMP_GET_NOTIF_SIZES, 0, &sizes);
/openbmc/linux/samples/seccomp/
H A Duser-trap.c293 if (seccomp(SECCOMP_GET_NOTIF_SIZES, 0, &sizes) < 0) { in main()
/openbmc/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst244 seccomp(SECCOMP_GET_NOTIF_SIZES, 0, &sizes);
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c163 #ifndef SECCOMP_GET_NOTIF_SIZES
164 #define SECCOMP_GET_NOTIF_SIZES 3 macro
3815 ASSERT_EQ(seccomp(SECCOMP_GET_NOTIF_SIZES, 0, &sizes), 0); in TEST()
/openbmc/linux/kernel/
H A Dseccomp.c2061 case SECCOMP_GET_NOTIF_SIZES: in do_seccomp()