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

/freebsd-10.0-release/sys/netpfil/ipfw/test/
H A Ddn_test.h68 int first_flow; member in struct:dn_fs
69 int next_flow; /* first_flow + n_flows */
72 * then point to flow first_flow + cur
H A Dmain.c316 fs->cur = fs->first_flow = prev==NULL ? 0 : prev->next_flow;
317 fs->next_flow = fs->first_flow + fs->n_flows;
338 fs->first_flow, fs->next_flow,
340 for (j = fs->first_flow; j < fs->next_flow; j++) {
599 fs->cur = fs->first_flow;

Completed in 82 milliseconds