Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_KILL (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sandbox/linux/seccomp-bpf/
Dlinux_seccomp.h75 #ifndef SECCOMP_RET_KILL
79 #define SECCOMP_RET_KILL 0x00000000U // Kill the task immediately macro
Dverifier.cc426 case SECCOMP_RET_KILL: // We don't ever generate this in EvaluateBPF()
/external/kernel-headers/original/linux/
Dseccomp.h21 #define SECCOMP_RET_KILL 0x00000000U /* kill the task immediately */ macro