Home
last modified time | relevance | path

Searched refs:parent_qid (Results 1 – 4 of 4) sorted by relevance

/openbsd/sbin/pfctl/
H A Dpfctl_queue.c196 node->qs.qid, node->qs.parent_qid, node->qs.ifname); in pfctl_print_queue_node()
213 if (node->qs.parent_qid == 0 && (node->qs.flags & PFQS_FLOWQUEUE) && in pfctl_print_queue_nodestat()
/openbsd/sys/net/
H A Dhfsc.c414 q->parent_qid == 0) in hfsc_pf_addqueue()
417 if (q->parent_qid == 0 && hif->hif_rootclass == NULL) { in hfsc_pf_addqueue()
423 } else if ((parent = hfsc_clh2cph(hif, q->parent_qid)) == NULL) in hfsc_pf_addqueue()
H A Dpf_ioctl.c612 if (q->parent_qid != 0) in pf_remove_queues()
659 if (q->parent_qid != 0) in pf_create_queues()
699 if (q->parent_qid != 0) in pf_create_queues()
1291 if ((qs->flags & PFQS_FLOWQUEUE) && qs->parent_qid == 0 && in pfioctl()
1333 if (qs->parent[0] && (qs->parent_qid = in pfioctl()
H A Dpfvar.h1274 u_int32_t parent_qid; member