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

/freebsd-10.0-release/sys/netpfil/ipfw/test/
H A Ddn_test.h69 int next_flow; /* first_flow + n_flows */ member in struct:dn_fs
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++) {
598 if (fs->cur >= fs->next_flow)

Completed in 226 milliseconds