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

/linux-master/include/uapi/linux/
H A Dseccomp.h39 #define SECCOMP_RET_KILL_THREAD 0x00000000U /* kill the thread */ macro
40 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h39 #define SECCOMP_RET_KILL_THREAD 0x00000000U /* kill the thread */ macro
40 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
/linux-master/kernel/
H A Dseccomp.c986 case SECCOMP_RET_KILL_THREAD:
1032 seccomp_log(this_syscall, SIGKILL, SECCOMP_RET_KILL_THREAD, true);
1303 case SECCOMP_RET_KILL_THREAD:
1309 if (action != SECCOMP_RET_KILL_THREAD ||
2016 case SECCOMP_RET_KILL_THREAD:
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c105 #define SECCOMP_RET_KILL_THREAD 0x00000000U /* kill the thread */ macro
108 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
811 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL_THREAD),
2240 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL_THREAD),
3242 __u32 actions[] = { SECCOMP_RET_KILL_THREAD, SECCOMP_RET_TRAP,

Completed in 137 milliseconds