Lines Matching refs:opcode_obj_rewrite

148 static struct opcode_obj_rewrite *find_op_rw(ipfw_insn *cmd,
163 struct opcode_obj_rewrite *ctl3_rewriters;
867 struct opcode_obj_rewrite *rw; in move_objects()
1199 struct opcode_obj_rewrite *rw; in swap_sets()
1870 struct opcode_obj_rewrite *rw; in mark_rule_objects()
2041 struct opcode_obj_rewrite *rw; in create_objects_compat()
2095 struct opcode_obj_rewrite *rw; in unref_oib_objects()
2123 struct opcode_obj_rewrite *rw; in unref_rule_objects()
2170 struct opcode_obj_rewrite *rw; in ref_opcode_object()
2611 const struct opcode_obj_rewrite *a, *b; in compare_opcodes()
2613 a = (const struct opcode_obj_rewrite *)_a; in compare_opcodes()
2614 b = (const struct opcode_obj_rewrite *)_b; in compare_opcodes()
2628 find_op_rw_range(uint16_t op, struct opcode_obj_rewrite **plo, in find_op_rw_range()
2629 struct opcode_obj_rewrite **phi) in find_op_rw_range()
2631 struct opcode_obj_rewrite *ctl3_max, *lo, *hi, h, *rw; in find_op_rw_range()
2636 rw = (struct opcode_obj_rewrite *)bsearch(&h, ctl3_rewriters, in find_op_rw_range()
2663 static struct opcode_obj_rewrite *
2666 struct opcode_obj_rewrite *rw, *lo, *hi; in find_op_rw()
2697 struct opcode_obj_rewrite *rw; in update_opcode_kidx()
2725 ipfw_add_obj_rewriter(struct opcode_obj_rewrite *rw, size_t count) in ipfw_add_obj_rewriter()
2728 struct opcode_obj_rewrite *tmp; in ipfw_add_obj_rewriter()
2762 ipfw_del_obj_rewriter(struct opcode_obj_rewrite *rw, size_t count) in ipfw_del_obj_rewriter()
2765 struct opcode_obj_rewrite *ctl3_max, *ktmp, *lo, *hi; in ipfw_del_obj_rewriter()