Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dseccomp.h34 #define SECCOMP_RET_KILL_THREAD 0x00000000U /* kill the thread */ macro
35 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dseccomp.h34 #define SECCOMP_RET_KILL_THREAD 0x00000000U /* kill the thread */ macro
35 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dseccomp.h37 #define SECCOMP_RET_KILL_THREAD 0x00000000U /* kill the thread */ macro
38 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
/OK3568_Linux_fs/kernel/kernel/
H A Dseccomp.c984 case SECCOMP_RET_KILL_THREAD: in seccomp_log()
1029 seccomp_log(this_syscall, SIGKILL, SECCOMP_RET_KILL_THREAD, true); in __secure_computing_strict()
1254 case SECCOMP_RET_KILL_THREAD: in __seccomp_filter()
1259 if (action != SECCOMP_RET_KILL_THREAD || in __seccomp_filter()
1269 if (action == SECCOMP_RET_KILL_THREAD) in __seccomp_filter()
1884 case SECCOMP_RET_KILL_THREAD: in seccomp_get_action_avail()
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c102 #define SECCOMP_RET_KILL_THREAD 0x00000000U /* kill the thread */ macro
105 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
794 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL_THREAD), in kill_thread_or_group()
3170 __u32 actions[] = { SECCOMP_RET_KILL_THREAD, SECCOMP_RET_TRAP, in TEST()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dseccomp_filter.rst99 ``SECCOMP_RET_KILL_THREAD``:
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfilter.rst358 bad: ret #0 /* SECCOMP_RET_KILL_THREAD */