Home
last modified time | relevance | path

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

/third_party/ltp/include/lapi/
H A Dseccomp.h20 # define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro
/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl04.c21 * with SECCOMP_RET_KILL. The SECCOMP_SET_MODE_FILTER operation is available
56 BPF_STMT(BPF_RET | BPF_K, SECCOMP_RET_KILL),
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2030 pub const SECCOMP_RET_KILL: ::c_uint = SECCOMP_RET_KILL_THREAD; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2059 pub const SECCOMP_RET_KILL: ::c_uint = SECCOMP_RET_KILL_THREAD; consts

Completed in 25 milliseconds