Home
last modified time | relevance | path

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

/netbsd-src/sys/altq/
H A Daltq_hfsc.h296 struct hfsc_if { struct
297 struct hfsc_if *hif_next; /* interface state list */ argument
298 struct ifaltq *hif_ifq; /* backpointer to ifaltq */
299 struct hfsc_class *hif_rootclass; /* root class */
300 struct hfsc_class *hif_defaultclass; /* default class */
301 struct hfsc_class *hif_class_tbl[HFSC_MAX_CLASSES];
302 struct hfsc_class *hif_pollcache; /* cache for poll operation */
304 u_int hif_classes; /* # of classes in the tree */
305 u_int hif_packets; /* # of packets in the tree */
306 u_int hif_classid; /* class id sequence number */
[all …]