Home | History | Annotate | Download | only in seccomp-bpf

Lines Matching refs:ERR_ALLOWED

74     return ErrorCode(ErrorCode::ERR_ALLOWED);
91 return ErrorCode(ErrorCode::ERR_ALLOWED);
591 Equals(ErrorCode(ErrorCode::ERR_ALLOWED)) ||
593 Equals(ErrorCode(ErrorCode::ERR_ALLOWED))
596 Equals(ErrorCode(ErrorCode::ERR_ALLOWED))
600 Equals(ErrorCode(ErrorCode::ERR_ALLOWED))
628 // match what we expect, we return ERR_ALLOWED. If either or both don't
637 gen->MakeInstruction(BPF_RET+BPF_K, ErrorCode(ErrorCode::ERR_ALLOWED)),