Searched refs:xmin (Results 1 – 3 of 3) sorted by relevance
136 uint32_t i, last, xmin; in calc_min_mpath_slots_fast() local140 xmin = wn[0].weight; in calc_min_mpath_slots_fast()143 if ((wn[i].weight - last < xmin) && (wn[i].weight != last)) in calc_min_mpath_slots_fast()144 xmin = wn[i].weight - last; in calc_min_mpath_slots_fast()148 if ((total % xmin) != 0) in calc_min_mpath_slots_fast()151 if ((wn[i].weight % xmin) != 0) in calc_min_mpath_slots_fast()155 return ((uint32_t)(total / xmin)); in calc_min_mpath_slots_fast()
1210 ipf_pullup(xmin, fin, len) in ipf_pullup() argument1211 mb_t *xmin; in ipf_pullup()1216 mb_t *m = xmin;
425 ipf_pr_short6(fin, xmin) in ipf_pr_short6() argument427 int xmin;430 if (fin->fin_dlen < xmin)1171 ipf_pr_short(fin, xmin) in ipf_pr_short() argument1173 int xmin;1177 if (fin->fin_dlen < xmin)1179 } else if (fin->fin_off < xmin) {