Searched refs:new_instr_buf (Results 1 – 2 of 2) sorted by relevance
58 struct sock_filter *new_instr_buf(size_t count) in new_instr_buf() function121 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_trap()135 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_errno()142 struct sock_filter *filter = new_instr_buf(ALLOW_SYSCALL_LEN); in append_allow_syscall()365 struct sock_filter *entry_label = new_instr_buf(ONE_INSTR); in compile_policy_line()408 struct sock_filter *group_end_block = new_instr_buf(TWO_INSTRS); in compile_policy_line()443 struct sock_filter *success_block = new_instr_buf(TWO_INSTRS); in compile_policy_line()667 new_instr_buf(ALLOW_SYSCALL_LEN); in compile_file()722 struct sock_filter *valid_arch = new_instr_buf(ARCH_VALIDATION_LEN); in compile_filter()[all …]
3551 char new_instr_buf[8]; in EVALUATE() local3552 char* addr = reinterpret_cast<char*>(&new_instr_buf[0]); in EVALUATE()