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

/illumos-gate/usr/src/cmd/flowstat/
H A Dflowstat.c55 boolean_t fc_visited; member in struct:flow_chain_s
336 /* Delete all nodes from the list that have fc_visited marked false */
339 if (fcurr->fc_visited) {
340 fcurr->fc_visited = B_FALSE;
422 flow_node->fc_visited = B_TRUE;

Completed in 351 milliseconds