Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dseccomp.h36 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro
/Linux-v5.15/tools/testing/selftests/seccomp/
Dseccomp_bpf.c101 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro