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

/linux-master/include/uapi/linux/
H A Dseccomp.h38 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h38 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro
/linux-master/kernel/
H A Dseccomp.c416 return SECCOMP_RET_KILL_PROCESS;
989 case SECCOMP_RET_KILL_PROCESS:
1304 case SECCOMP_RET_KILL_PROCESS:
2015 case SECCOMP_RET_KILL_PROCESS:
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c103 #ifndef SECCOMP_RET_KILL_PROCESS
104 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro
818 int kill = kill_how == KILL_PROCESS ? SECCOMP_RET_KILL_PROCESS : 0xAAAAAAAA;

Completed in 134 milliseconds