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

/linux-master/include/uapi/linux/
H A Dseccomp.h18 #define SECCOMP_GET_NOTIF_SIZES 3 macro
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h18 #define SECCOMP_GET_NOTIF_SIZES 3 macro
/linux-master/samples/seccomp/
H A Duser-trap.c297 if (seccomp(SECCOMP_GET_NOTIF_SIZES, 0, &sizes) < 0) {
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c163 #ifndef SECCOMP_GET_NOTIF_SIZES
164 #define SECCOMP_GET_NOTIF_SIZES 3 macro
3814 ASSERT_EQ(seccomp(SECCOMP_GET_NOTIF_SIZES, 0, &sizes), 0);
/linux-master/kernel/
H A Dseccomp.c2061 case SECCOMP_GET_NOTIF_SIZES:

Completed in 179 milliseconds