Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_hfsc.c477 cl->cl_hif = hif; in hfsc_class_create()
566 IFQ_LOCK(cl->cl_hif->hif_ifq); in hfsc_class_destroy()
588 cl->cl_hif->hif_classes--; in hfsc_class_destroy()
589 IFQ_UNLOCK(cl->cl_hif->hif_ifq); in hfsc_class_destroy()
607 IFQ_LOCK(cl->cl_hif->hif_ifq); in hfsc_class_destroy()
612 IFQ_UNLOCK(cl->cl_hif->hif_ifq); in hfsc_class_destroy()
690 cl->cl_hif->hif_packets++; in hfsc_enqueue()
782 cl->cl_hif->hif_packets--; in hfsc_dequeue()
873 cl->cl_hif->hif_packets--; in hfsc_purgeq()
1156 struct hfsc_if *hif = cl->cl_hif; in ellist_insert()
[all …]
H A Daltq_hfsc.h218 struct hfsc_if *cl_hif; /* back pointer to struct hfsc_if */ member