Searched refs:n_flows (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/netpfil/ipfw/test/
H A Ddn_test.h67 int n_flows; member in struct:dn_fs
69 int next_flow; /* first_flow + n_flows */
71 * when generating, let 'cur' go from 0 to n_flows-1,
H A Dmain.c255 int n_flows = 0, n_fs = 0, wsum = 0; local
294 n_flows += flows * w_steps * l_steps;
315 fs->n_flows = flows;
317 fs->next_flow = fs->first_flow + fs->n_flows;
326 c->flows = n_flows;

Completed in 180 milliseconds