Searched refs:ctl3_max (Results 1 – 1 of 1) sorted by relevance
3167 struct opcode_obj_rewrite *ctl3_max, *lo, *hi, h, *rw; in find_op_rw_range() local3184 ctl3_max = ctl3_rewriters + ctl3_rsize; in find_op_rw_range()3185 for ( ; (hi + 1) < ctl3_max && (hi + 1)->opcode == op; hi++) in find_op_rw_range()3303 struct opcode_obj_rewrite *ctl3_max, *ktmp, *lo, *hi; in ipfw_del_obj_rewriter() local3316 ctl3_max = ctl3_rewriters + ctl3_rsize; in ipfw_del_obj_rewriter()3317 sz = (ctl3_max - (ktmp + 1)) * sizeof(*ktmp); in ipfw_del_obj_rewriter()