Lines Matching refs:node_queue
164 struct node_queue { struct
169 struct node_queue *next; argument
170 struct node_queue *tail; argument
288 int expand_altq(struct pf_altq *, struct node_if *, struct node_queue *,
290 int expand_queue(struct pf_altq *, struct node_if *, struct node_queue *,
389 struct node_queue *queue;
1644 $$ = calloc(1, sizeof(struct node_queue));
4393 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_altq()
4398 struct node_queue *n; in expand_altq()
4404 FREE_LIST(struct node_queue, nqueues); in expand_altq()
4429 LOOP_THROUGH(struct node_queue, queue, in expand_altq()
4466 LOOP_THROUGH(struct node_queue, queue, nqueues, in expand_altq()
4467 n = calloc(1, sizeof(struct node_queue)); in expand_altq()
4495 FREE_LIST(struct node_queue, nqueues); in expand_altq()
4502 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_queue()
4505 struct node_queue *n, *nq; in expand_queue()
4511 FREE_LIST(struct node_queue, nqueues); in expand_queue()
4517 FREE_LIST(struct node_queue, nqueues); in expand_queue()
4522 LOOP_THROUGH(struct node_queue, tqueue, queues, in expand_queue()
4585 sizeof(struct node_queue)); in expand_queue()
4618 LOOP_THROUGH(struct node_queue, in expand_queue()
4632 FREE_LIST(struct node_queue, nqueues); in expand_queue()