Home
last modified time | relevance | path

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

/external/minijail/
Dsyscall_filter.c58 struct sock_filter *new_instr_buf(size_t count) in new_instr_buf() function
121 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_kill()
128 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_kill_process()
135 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_trap()
142 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_errno()
149 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_log()
156 struct sock_filter *filter = new_instr_buf(ALLOW_SYSCALL_LEN); in append_allow_syscall()
424 struct sock_filter *entry_label = new_instr_buf(ONE_INSTR); in compile_policy_line()
467 struct sock_filter *group_end_block = new_instr_buf(TWO_INSTRS); in compile_policy_line()
512 struct sock_filter *success_block = new_instr_buf(TWO_INSTRS); in compile_policy_line()
[all …]