Searched refs:fcurr (Results 1 – 1 of 1) sorted by relevance
332 flow_chain_t *fcurr; in cleanup_removed_flows() local337 fcurr = state->fs_flowchain; in cleanup_removed_flows()338 while (fcurr != NULL) { in cleanup_removed_flows()339 if (fcurr->fc_visited) { in cleanup_removed_flows()340 fcurr->fc_visited = B_FALSE; in cleanup_removed_flows()341 fprev = fcurr; in cleanup_removed_flows()342 fcurr = fcurr->fc_next; in cleanup_removed_flows()347 if (fcurr == state->fs_flowchain) in cleanup_removed_flows()348 state->fs_flowchain = fcurr->fc_next; in cleanup_removed_flows()350 fprev->fc_next = fcurr->fc_next; in cleanup_removed_flows()[all …]