Home
last modified time | relevance | path

Searched refs:xmin (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/route/
H A Dnhgrp_ctl.c136 uint32_t i, last, xmin; in calc_min_mpath_slots_fast() local
140 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()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c1210 ipf_pullup(xmin, fin, len) in ipf_pullup() argument
1211 mb_t *xmin; in ipf_pullup()
1216 mb_t *m = xmin;
H A Dfil.c425 ipf_pr_short6(fin, xmin) in ipf_pr_short6() argument
427 int xmin;
430 if (fin->fin_dlen < xmin)
1171 ipf_pr_short(fin, xmin) in ipf_pr_short() argument
1173 int xmin;
1177 if (fin->fin_dlen < xmin)
1179 } else if (fin->fin_off < xmin) {