Searched refs:SECCOMP_RET_ACTION (Results 1 – 10 of 10) sorted by relevance
113 if ((insn.k & SECCOMP_RET_ACTION) == SECCOMP_RET_TRAP) { in AppendInstruction()116 } else if ((insn.k & SECCOMP_RET_ACTION) == SECCOMP_RET_ERRNO) { in AppendInstruction()119 } else if ((insn.k & SECCOMP_RET_ACTION) == SECCOMP_RET_TRACE) { in AppendInstruction()
199 switch (r & SECCOMP_RET_ACTION) { in EvaluateBPF()
40 return (ret_ & SECCOMP_RET_ACTION) == action; in IsAction()
432 if (has_unsafe_traps_ && (ret & SECCOMP_RET_ACTION) == SECCOMP_RET_ERRNO) { in Return()
48 # ifndef SECCOMP_RET_ACTION49 # define SECCOMP_RET_ACTION 0x7fff0000U macro128 unsigned int action = SECCOMP_RET_ACTION & filter->k; in decode_bpf_stmt()
35 #define SECCOMP_RET_ACTION 0x7fff0000U macro
97 #define SECCOMP_RET_ACTION 0xffff0000U // Masks for the return value macro
73 #define SECCOMP_RET_ACTION 0x7fff0000U macro
79 #define SECCOMP_RET_ACTION 0x7fff0000U macro