Home
last modified time | relevance | path

Searched refs:valid_arch (Results 1 – 1 of 1) sorted by relevance

/external/minijail/
Dsyscall_filter.c681 struct sock_filter *valid_arch = new_instr_buf(ARCH_VALIDATION_LEN); in compile_filter() local
682 size_t len = bpf_validate_arch(valid_arch); in compile_filter()
683 append_filter_block(head, valid_arch, len); in compile_filter()