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