Home
last modified time | relevance | path

Searched defs:SECCOMP_RET_KILL (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dseccomp.h37 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro
/external/minijail/
Dbpf.h48 #define SECCOMP_RET_KILL 0x00000000U /* kill the task immediately */ macro
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c58 #define SECCOMP_RET_KILL 0x00000000U // kill the task immediately macro
/external/seccomp-tests/linux/
Dseccomp_bpf.c72 #define SECCOMP_RET_KILL 0x00000000U /* kill the task immediately */ macro
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c95 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro