Searched refs:fq_dqlist_head (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/bsd/net/pktsched/ |
| H A D | pktsched_fq_codel.c | 644 fq_dqlist_add(flowq_dqlist_t *fq_dqlist_head, fq_t *fq) in fq_dqlist_add() argument 648 STAILQ_INSERT_TAIL(fq_dqlist_head, fq, fq_dqlink); in fq_dqlist_add() 653 fq_dqlist_remove(flowq_dqlist_t *fq_dqlist_head, fq_t *fq, classq_pkt_t *head, in fq_dqlist_remove() argument 687 STAILQ_REMOVE(fq_dqlist_head, fq, flowq, fq_dqlink); in fq_dqlist_remove() 694 fq_dqlist_get_packet_list(flowq_dqlist_t *fq_dqlist_head, classq_pkt_t *head, in fq_dqlist_get_packet_list() argument 699 STAILQ_FOREACH_SAFE(fq, fq_dqlist_head, fq_dqlink, tfq) { in fq_dqlist_get_packet_list() 700 fq_dqlist_remove(fq_dqlist_head, fq, head, tail, ptype); in fq_dqlist_get_packet_list() 884 flowq_dqlist_t fq_dqlist_head; in fq_if_dequeue_classq_multi_common() local 896 STAILQ_INIT(&fq_dqlist_head); in fq_if_dequeue_classq_multi_common() 983 &bytecnt, &fq_dqlist_head, true, now, &fq_cl_all_paced, in fq_if_dequeue_classq_multi_common() [all …]
|