Home
last modified time | relevance | path

Searched defs:SECCOMP_RET_ALLOW (Results 1 – 8 of 8) sorted by relevance

/external/ltp/include/lapi/
Dseccomp.h21 # define SECCOMP_RET_ALLOW 0x7fff0000U /* allow */ macro
/external/kernel-headers/original/uapi/linux/
Dseccomp.h46 #define SECCOMP_RET_ALLOW 0x7fff0000U /* allow */ macro
/external/minijail/
Dbpf.h56 #define SECCOMP_RET_ALLOW 0x7fff0000U /* allow */ macro
/external/minijail/tools/
Dbpf.py74 SECCOMP_RET_ALLOW = 0x7fff0000 variable
/external/seccomp-tests/linux/
Dseccomp_bpf.c76 #define SECCOMP_RET_ALLOW 0x7fff0000U /* allow */ macro
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c111 #define SECCOMP_RET_ALLOW 0x7fff0000U /* allow */ macro
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2036 pub const SECCOMP_RET_ALLOW: ::c_uint = 0x7fff0000; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2064 pub const SECCOMP_RET_ALLOW: ::c_uint = 0x7fff0000; constant