Home
last modified time | relevance | path

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

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