Home
last modified time | relevance | path

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

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