Searched refs:cl_hif (Results 1 – 2 of 2) sorted by relevance
493 cl->cl_hif = hif; in hfsc_class_create()579 acc_discard_filters(&cl->cl_hif->hif_classifier, cl, 0); in hfsc_class_destroy()602 if (cl->cl_hif->hif_class_tbl[i] == cl) { in hfsc_class_destroy()603 cl->cl_hif->hif_class_tbl[i] = NULL; in hfsc_class_destroy()607 cl->cl_hif->hif_classes--; in hfsc_class_destroy()623 if (cl == cl->cl_hif->hif_rootclass) in hfsc_class_destroy()624 cl->cl_hif->hif_rootclass = NULL; in hfsc_class_destroy()625 if (cl == cl->cl_hif->hif_defaultclass) in hfsc_class_destroy()626 cl->cl_hif->hif_defaultclass = NULL; in hfsc_class_destroy()716 cl->cl_hif->hif_packets++; in hfsc_enqueue()[all …]
235 struct hfsc_if *cl_hif; /* back pointer to struct hfsc_if */ member