Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
A Dseccomp.h39 #define SECCOMP_RET_KILL_THREAD 0x00000000U /* kill the thread */ macro
40 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c112 #define SECCOMP_RET_KILL_THREAD 0x00000000U /* kill the thread */ macro
115 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
824 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL_THREAD), in kill_thread_or_group()
2247 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL_THREAD), in TEST_F_SIGNAL()
3252 __u32 actions[] = { SECCOMP_RET_KILL_THREAD, SECCOMP_RET_TRAP, in TEST()

Completed in 21 milliseconds