Home | History | Annotate | Download | only in pfctl

Lines Matching refs:node_queue

164 struct node_queue {
169 struct node_queue *next;
170 struct node_queue *tail;
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,
4398 struct node_queue *n;
4404 FREE_LIST(struct node_queue, nqueues);
4429 LOOP_THROUGH(struct node_queue, queue,
4466 LOOP_THROUGH(struct node_queue, queue, nqueues,
4467 n = calloc(1, sizeof(struct node_queue));
4495 FREE_LIST(struct node_queue, nqueues);
4502 struct node_queue *nqueues, struct node_queue_bw bwspec,
4505 struct node_queue *n, *nq;
4511 FREE_LIST(struct node_queue, nqueues);
4517 FREE_LIST(struct node_queue, nqueues);
4522 LOOP_THROUGH(struct node_queue, tqueue, queues,
4585 sizeof(struct node_queue));
4618 LOOP_THROUGH(struct node_queue,
4632 FREE_LIST(struct node_queue, nqueues);