Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_KILL_THREAD (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/seccomp/
Dseccomp_bpf.c90 #define SECCOMP_RET_KILL_THREAD 0x00000000U /* kill the thread */ macro
93 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
634 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL_THREAD), in kill_thread_or_group()
2876 __u32 actions[] = { SECCOMP_RET_KILL_THREAD, SECCOMP_RET_TRAP, in TEST()