Lines Matching refs:node_queue
152 struct node_queue { struct
157 struct node_queue *next; argument
158 struct node_queue *tail; argument
266 int expand_altq(struct pf_altq *, struct node_if *, struct node_queue *,
268 int expand_queue(struct pf_altq *, struct node_if *, struct node_queue *,
360 struct node_queue *queue;
1328 $$ = calloc(1, sizeof(struct node_queue));
3669 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_altq()
3674 struct node_queue *n; in expand_altq()
3680 FREE_LIST(struct node_queue, nqueues); in expand_altq()
3705 LOOP_THROUGH(struct node_queue, queue, in expand_altq()
3742 LOOP_THROUGH(struct node_queue, queue, nqueues, in expand_altq()
3743 n = calloc(1, sizeof(struct node_queue)); in expand_altq()
3771 FREE_LIST(struct node_queue, nqueues); in expand_altq()
3778 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_queue()
3781 struct node_queue *n, *nq; in expand_queue()
3787 FREE_LIST(struct node_queue, nqueues); in expand_queue()
3793 FREE_LIST(struct node_queue, nqueues); in expand_queue()
3798 LOOP_THROUGH(struct node_queue, tqueue, queues, in expand_queue()
3858 sizeof(struct node_queue)); in expand_queue()
3891 LOOP_THROUGH(struct node_queue, in expand_queue()
3904 FREE_LIST(struct node_queue, nqueues); in expand_queue()