Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dseccomp.h18 #define SECCOMP_GET_NOTIF_SIZES 3 macro
/linux/tools/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/Documentation/userspace-api/
H A Dseccomp_filter.rst244 seccomp(SECCOMP_GET_NOTIF_SIZES, 0, &sizes);
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c176 #ifndef SECCOMP_GET_NOTIF_SIZES
177 #define SECCOMP_GET_NOTIF_SIZES 3 macro
3824 ASSERT_EQ(seccomp(SECCOMP_GET_NOTIF_SIZES, 0, &sizes), 0); in TEST()
/linux/kernel/
H A Dseccomp.c2100 case SECCOMP_GET_NOTIF_SIZES: in do_seccomp()