Home
last modified time | relevance | path

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

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

Completed in 17 milliseconds