Home
last modified time | relevance | path

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

/tools/testing/selftests/seccomp/
Dseccomp_bpf.c88 #ifndef SECCOMP_RET_KILL_PROCESS
89 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro
645 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL_PROCESS), in kill_thread_or_group()