Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dhfsc.c318 if (cl->cl_qops != NULL) in hfsc_class_qlength()
345 if (cl->cl_qops != NULL) in hfsc_class_purge()
448 cl->cl_qops = pf_queue_manager(q); in hfsc_pf_addqueue()
451 cl->cl_qops = pfq_hfsc_ops; in hfsc_pf_addqueue()
456 cl->cl_qops = NULL; in hfsc_pf_addqueue()
463 cl->cl_qops->pfq_free(cl->cl_qdata); in hfsc_pf_addqueue()
464 cl->cl_qops = NULL; in hfsc_pf_addqueue()
471 KASSERT(cl->cl_qops != NULL); in hfsc_pf_addqueue()
762 if (cl->cl_qops && cl->cl_qops != pfq_hfsc_ops) in hfsc_class_destroy()
763 cl->cl_qops->pfq_free(cl->cl_qdata); in hfsc_class_destroy()
[all …]