Searched defs:hfsc_if (Results 1 – 1 of 1) sorted by relevance
284 struct hfsc_if { struct285 struct hfsc_if *hif_next; /* interface state list */ argument286 struct ifaltq *hif_ifq; /* backpointer to ifaltq */287 struct hfsc_class *hif_rootclass; /* root class */288 struct hfsc_class *hif_defaultclass; /* default class */289 struct hfsc_class *hif_class_tbl[HFSC_MAX_CLASSES];290 struct hfsc_class *hif_pollcache; /* cache for poll operation */292 u_int hif_classes; /* # of classes in the tree */293 u_int hif_packets; /* # of packets in the tree */294 u_int hif_classid; /* class id sequence number */[all …]