Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dseccomp.h28 #define SECCOMP_RET_KILL 0x00000000U /* kill the task immediately */ macro
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c72 #define SECCOMP_RET_KILL 0x00000000U /* kill the task immediately */ macro