Searched defs:SECCOMP_RET_KILL (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/linux/
H A Dseccomp.h21 #define SECCOMP_RET_KILL 0x00000000U /* kill the task immediately */ macro
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dlinux_seccomp.h75 #ifndef SECCOMP_RET_KILL
79 #define SECCOMP_RET_KILL 0x00000000U // Kill the task immediately macro

Completed in 72 milliseconds