Searched refs:temp_stailq (Results 1 – 1 of 1) sorted by relevance
2151 flowq_stailq_t temp_stailq; in fq_if_dequeue() local2187 STAILQ_INIT(&temp_stailq); in fq_if_dequeue()2290 STAILQ_INSERT_TAIL(&temp_stailq, fq, fq_actlink); in fq_if_dequeue()2304 STAILQ_CONCAT(&fq_cl->fcl_old_flows, &temp_stailq); in fq_if_dequeue()2305 } else if (!STAILQ_EMPTY(&temp_stailq)) { in fq_if_dequeue()2306 fq_cl->fcl_old_flows = temp_stailq; in fq_if_dequeue()