Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dseccomp.h18 #define SECCOMP_GET_NOTIF_SIZES 3 macro
/linux/samples/seccomp/
A Duser-trap.c293 if (seccomp(SECCOMP_GET_NOTIF_SIZES, 0, &sizes) < 0) { in main()
/linux/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c156 #ifndef SECCOMP_GET_NOTIF_SIZES
157 #define SECCOMP_GET_NOTIF_SIZES 3 macro
3736 ASSERT_EQ(seccomp(SECCOMP_GET_NOTIF_SIZES, 0, &sizes), 0); in TEST()
/linux/Documentation/userspace-api/
A Dseccomp_filter.rst244 seccomp(SECCOMP_GET_NOTIF_SIZES, 0, &sizes);
/linux/kernel/
A Dseccomp.c1950 case SECCOMP_GET_NOTIF_SIZES: in do_seccomp()

Completed in 18 milliseconds