Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/test/
H A Dmain.c341 int w, w_h, w_steps, wi; in parse_flowsets() local
348 w_h = p ? getnum(p+1, &p, "weight_max") : w; in parse_flowsets()
349 w_steps = p ? getnum(p+1, &p, "w_steps") : (w_h == w ?1:2); in parse_flowsets()
359 w, w_h, w_steps, len, len_h, l_steps, flows); in parse_flowsets()
360 if (w == 0 || w_h < w || len == 0 || len_h < len || in parse_flowsets()
367 wi = w + ((w_h - w)* i)/(w_steps == 1 ? 1 : (w_steps-1)); in parse_flowsets()