Searched refs:pfctl_queue_node (Results 1 – 2 of 2) sorted by relevance
56 struct pfctl_queue_node { struct57 TAILQ_ENTRY(pfctl_queue_node) entries;61 TAILQ_HEAD(qnodes, pfctl_queue_node) qnodes = TAILQ_HEAD_INITIALIZER(qnodes); argument66 struct pfctl_queue_node *pfctl_find_queue_node(const char *, const char *);67 void pfctl_print_queue_node(int, struct pfctl_queue_node *,70 const struct pfctl_queue_node *);77 struct pfctl_queue_node *node; in pfctl_show_queues()114 struct pfctl_queue_node *node; in pfctl_update_qstats()161 struct pfctl_queue_node *node; in pfctl_insert_queue_node()163 node = calloc(1, sizeof(struct pfctl_queue_node)); in pfctl_insert_queue_node()[all …]
300 struct pfctl_queue_node { struct301 TAILQ_ENTRY(pfctl_queue_node) entries;307 TAILQ_HEAD(qnodes, pfctl_queue_node) qnodes = TAILQ_HEAD_INITIALIZER(qnodes); argument1474 struct pfctl_queue_node *1477 struct pfctl_queue_node *node; in pfctl_find_queue_node()1490 struct pfctl_queue_node *node, *parent; in pfctl_insert_queue_node()1492 node = calloc(1, sizeof(struct pfctl_queue_node)); in pfctl_insert_queue_node()1511 struct pfctl_queue_node *node; in pfctl_update_qstats()1612 print_queue_node(struct pfctl_queue_node *node) in print_queue_node()1683 struct pfctl_queue_node *node; in print_queues()