Searched refs:SECCOMP_RET_ALLOW (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/experimental/webtry/
H A Dseccomp_bpf.h43 # define SECCOMP_RET_ALLOW 0x7fff0000U /* allow */ macro
62 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW)
/external/skia/experimental/webtry/
H A Dseccomp_bpf.h41 # define SECCOMP_RET_ALLOW 0x7fff0000U /* allow */ macro
60 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW)
/external/kernel-headers/original/uapi/linux/
H A Dseccomp.h25 #define SECCOMP_RET_ALLOW 0x7fff0000U /* allow */ macro
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Derrorcode.cc18 err_ = SECCOMP_RET_ALLOW;
H A Derrorcode_unittest.cc22 SANDBOX_ASSERT(e1.err() == SECCOMP_RET_ALLOW);
H A Dverifier.cc376 case SECCOMP_RET_ALLOW:
H A Dlinux_seccomp.h119 #define SECCOMP_RET_ALLOW 0x7fff0000U // Allow macro
H A Dcodegen.cc118 } else if (iter->k == SECCOMP_RET_ALLOW) {
H A Dsandbox_bpf.cc264 (err->err() & SECCOMP_RET_ACTION) == SECCOMP_RET_ALLOW) {
706 // SECCOMP_RET_ALLOW ErrorCodes are handled in user-space. This will then

Completed in 520 milliseconds