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

/illumos-gate/usr/src/cmd/flowstat/
H A Dflowstat.c332 flow_chain_t *fcurr; local
337 fcurr = state->fs_flowchain;
338 while (fcurr != NULL) {
339 if (fcurr->fc_visited) {
340 fcurr->fc_visited = B_FALSE;
341 fprev = fcurr;
342 fcurr = fcurr->fc_next;
347 if (fcurr == state->fs_flowchain)
348 state->fs_flowchain = fcurr
[all...]

Completed in 58 milliseconds