Searched refs:SECCOMP_RET_TRACE (Results 1 – 8 of 8) sorted by relevance
20 #if defined(SECCOMP_RET_TRACE) || (defined(HAVE_DECL_SECCOMP_RET_TRACE) && HAVE_DECL_SECCOMP_RET_TR…21 XLAT(SECCOMP_RET_TRACE),
4 SECCOMP_RET_TRACE
31 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
95 #define SECCOMP_RET_TRACE 0x7ff00000U // Pass to a tracer or disallow macro
119 } else if ((insn.k & SECCOMP_RET_ACTION) == SECCOMP_RET_TRACE) { in AppendInstruction()
203 case SECCOMP_RET_TRACE: in EvaluateBPF()
259 return ResultExpr(new const ReturnResultExprImpl(SECCOMP_RET_TRACE + aux)); in Trace()
69 #define SECCOMP_RET_TRACE 0x7ff00000U // pass to a tracer or disallow macro530 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRACE), in FIXTURE_SETUP()839 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP()