Home
last modified time | relevance | path

Searched defs:hfsc_if (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_hfsc.h284 struct hfsc_if { struct
285 struct hfsc_if *hif_next; /* interface state list */ argument
286 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 …]