Searched refs:temp_stailq (Results 1 – 1 of 1) sorted by relevance
1357 flowq_stailq_t temp_stailq; in fq_if_dequeue() local1391 STAILQ_INIT(&temp_stailq); in fq_if_dequeue()1453 STAILQ_INSERT_TAIL(&temp_stailq, fq, fq_actlink); in fq_if_dequeue()1463 STAILQ_CONCAT(&fq_cl->fcl_old_flows, &temp_stailq); in fq_if_dequeue()1464 } else if (!STAILQ_EMPTY(&temp_stailq)) { in fq_if_dequeue()1465 fq_cl->fcl_old_flows = temp_stailq; in fq_if_dequeue()