Searched refs:SECCOMP_RET_KILL_PROCESS (Results 1 – 6 of 6) sorted by relevance
33 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro
36 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro
401 return SECCOMP_RET_KILL_PROCESS; in seccomp_run_filters()987 case SECCOMP_RET_KILL_PROCESS: in seccomp_log()1255 case SECCOMP_RET_KILL_PROCESS: in __seccomp_filter()1883 case SECCOMP_RET_KILL_PROCESS: in seccomp_get_action_avail()
90 ``SECCOMP_RET_KILL_PROCESS`` will always take precedence.)94 ``SECCOMP_RET_KILL_PROCESS``:
100 #ifndef SECCOMP_RET_KILL_PROCESS101 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro801 int kill = kill_how == KILL_PROCESS ? SECCOMP_RET_KILL_PROCESS : 0xAAAAAAAA; in kill_thread_or_group()