Searched refs:SECCOMP_RET_ACTION (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/linux/
H A Dseccomp.h28 #define SECCOMP_RET_ACTION 0x7fff0000U macro
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Derrorcode_unittest.cc24 SANDBOX_ASSERT((e3.err() & SECCOMP_RET_ACTION) == SECCOMP_RET_TRAP);
H A Dlinux_seccomp.h85 #define SECCOMP_RET_ACTION 0xffff0000U // Masks for the return value macro
H A Dcodegen.cc103 if ((iter->k & SECCOMP_RET_ACTION) == SECCOMP_RET_TRAP) {
105 } else if ((iter->k & SECCOMP_RET_ACTION) == SECCOMP_RET_ERRNO) {
H A Dsandbox_bpf.cc126 return (code.err() & SECCOMP_RET_ACTION) == SECCOMP_RET_TRAP ||
176 (insn->k & SECCOMP_RET_ACTION) == SECCOMP_RET_ERRNO) {
196 if ((err.err() & SECCOMP_RET_ACTION) == SECCOMP_RET_ERRNO) {
H A Dverifier.cc425 switch (r & SECCOMP_RET_ACTION) {

Completed in 336 milliseconds