Home
last modified time | relevance | path

Searched defs:SECCOMP_RET_KILL_PROCESS (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dseccomp.h35 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro
/external/minijail/tools/
Dbpf.py67 SECCOMP_RET_KILL_PROCESS = 0x80000000 variable
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c91 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro