Searched refs:fcurr (Results 1 – 1 of 1) sorted by relevance
343 flow_chain_t *fcurr; in cleanup_removed_flows() local348 fcurr = state->fs_flowchain; in cleanup_removed_flows()349 while (fcurr != NULL) { in cleanup_removed_flows()350 if (fcurr->fc_visited) { in cleanup_removed_flows()351 fcurr->fc_visited = B_FALSE; in cleanup_removed_flows()352 fprev = fcurr; in cleanup_removed_flows()353 fcurr = fcurr->fc_next; 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()361 fprev->fc_next = fcurr->fc_next; in cleanup_removed_flows()[all …]