Home
last modified time | relevance | path

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

/external/minijail/
Dsyscall_filter.c484 struct filter_block **arg_blocks, struct bpf_labels *labels, in compile_file() argument
528 if (compile_file(included_file, head, arg_blocks, in compile_file()
599 if (*arg_blocks) { in compile_file()
600 free_block_list(*arg_blocks); in compile_file()
606 if (*arg_blocks) { in compile_file()
607 extend_filter_block_list(*arg_blocks, block); in compile_file()
609 *arg_blocks = block; in compile_file()
632 struct filter_block *arg_blocks = NULL; in compile_filter() local
648 if (compile_file(initial_file, head, &arg_blocks, &labels, use_ret_trap, in compile_filter()
652 free_block_list(arg_blocks); in compile_filter()
[all …]
Dsyscall_filter.h34 struct filter_block **arg_blocks, struct bpf_labels *labels,