Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dhfsc.c116 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
125 struct hfsc_classq cl_q; /* class queue structure */ argument
127 const struct pfq_ops *cl_qops; /* queue manager */
128 void *cl_qdata; /* queue manager data */
129 void *cl_cookie; /* queue manager cookie */
131 u_int64_t cl_total; /* total work in bytes */
132 u_int64_t cl_cumul; /* cumulative work in bytes
[all …]