Searched refs:ctl3_max (Results 1 – 1 of 1) sorted by relevance
2600 struct opcode_obj_rewrite *ctl3_max, *lo, *hi, h, *rw; in find_op_rw_range() local2617 ctl3_max = ctl3_rewriters + ctl3_rsize; in find_op_rw_range()2618 for ( ; (hi + 1) < ctl3_max && (hi + 1)->opcode == op; hi++) in find_op_rw_range()2734 struct opcode_obj_rewrite *ctl3_max, *ktmp, *lo, *hi; in ipfw_del_obj_rewriter() local2747 ctl3_max = ctl3_rewriters + ctl3_rsize; in ipfw_del_obj_rewriter()2748 sz = (ctl3_max - (ktmp + 1)) * sizeof(*ktmp); in ipfw_del_obj_rewriter()