Home
last modified time | relevance | path

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

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