Searched refs:SECCOMP_RET_KILL (Results 1 – 3 of 3) sorted by relevance
75 #ifndef SECCOMP_RET_KILL79 #define SECCOMP_RET_KILL 0x00000000U // Kill the task immediately macro
426 case SECCOMP_RET_KILL: // We don't ever generate this in EvaluateBPF()
21 #define SECCOMP_RET_KILL 0x00000000U /* kill the task immediately */ macro