Home
last modified time | relevance | path

Searched refs:hfsc_class (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/net/
Dhfsc.c111 struct hfsc_class;
112 TAILQ_HEAD(hfsc_eligible, hfsc_class);
113 TAILQ_HEAD(hfsc_active, hfsc_class);
116 struct hfsc_class { struct
121 struct hfsc_class *cl_parent; /* parent class */ argument
122 struct hfsc_class *cl_siblings; /* sibling classes */ argument
123 struct hfsc_class *cl_children; /* child classes */ argument
168 TAILQ_ENTRY(hfsc_class) cl_actlist; /* active children list entry */ argument
169 TAILQ_ENTRY(hfsc_class) cl_ellist; /* eligible list entry */
183 struct hfsc_class *hif_rootclass; /* root class */ argument
[all …]