OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SECCOMP_RET_KILL_PROCESS
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/linux/
seccomp.h
34
#define
SECCOMP_RET_KILL_PROCESS
0x80000000U
/external/kernel-headers/original/uapi/linux/
seccomp.h
35
#define
SECCOMP_RET_KILL_PROCESS
0x80000000U /* kill the process */
/external/minijail/tools/
bpf.py
67
SECCOMP_RET_KILL_PROCESS
= 0x80000000
125
if ins.k ==
SECCOMP_RET_KILL_PROCESS
:
198
[SockFilter(BPF_RET, 0x00, 0x00,
SECCOMP_RET_KILL_PROCESS
)])
/external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c
90
#ifndef
SECCOMP_RET_KILL_PROCESS
91
#define
SECCOMP_RET_KILL_PROCESS
0x80000000U /* kill the process */
658
BPF_STMT(BPF_RET|BPF_K,
SECCOMP_RET_KILL_PROCESS
),
[
all
...]
Completed in 993 milliseconds