Home
last modified time | relevance | path

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

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