Home
last modified time | relevance | path

Searched refs:fs_flowchain (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/flowstat/
H A Dflowstat.c73 flow_chain_t *fs_flowchain; member
313 for (flow_curr = state->fs_flowchain; flow_curr; in get_flow_prev_stat()
327 flow_curr->fc_next = state->fs_flowchain; in get_flow_prev_stat()
328 state->fs_flowchain = flow_curr; in get_flow_prev_stat()
348 fcurr = state->fs_flowchain; in cleanup_removed_flows()
358 if (fcurr == state->fs_flowchain) in cleanup_removed_flows()
359 state->fs_flowchain = fcurr->fc_next; in cleanup_removed_flows()