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

/freebsd-13-stable/sys/netpfil/ipfw/test/
H A Ddn_test.h83 int n_flows; member in struct:dn_fs
85 int next_flow; /* first_flow + n_flows */
87 * when generating, let 'cur' go from 0 to n_flows-1,
H A Dmain.c321 int n_flows = 0, n_fs = 0, wsum = 0; local
365 n_flows += flows * w_steps * l_steps;
386 fs->n_flows = flows;
388 fs->next_flow = fs->first_flow + fs->n_flows;
396 c->flows = n_flows;

Completed in 57 milliseconds