Home
last modified time | relevance | path

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

/third_party/ltp/include/lapi/
Dseccomp.h21 # define SECCOMP_RET_ALLOW 0x7fff0000U /* allow */ macro
/third_party/ltp/testcases/kernel/syscalls/prctl/
Dprctl02.c55 BPF_STMT(BPF_RET | BPF_K, SECCOMP_RET_ALLOW)
Dprctl04.c48 BPF_STMT(BPF_RET | BPF_K, SECCOMP_RET_ALLOW)
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt2137 SECCOMP_RET_ALLOW
Dandroid.txt2049 SECCOMP_RET_ALLOW
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2036 pub const SECCOMP_RET_ALLOW: ::c_uint = 0x7fff0000; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2064 pub const SECCOMP_RET_ALLOW: ::c_uint = 0x7fff0000; constant