Home
last modified time | relevance | path

Searched defs:SECCOMP_RET_TRAP (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dseccomp.h41 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
/linux/tools/include/uapi/linux/
H A Dseccomp.h41 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c109 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro