Home
last modified time | relevance | path

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

/dragonfly/sys/net/altq/
HDaltq_hfsc.h64 struct hfsc_classstats { struct
65 u_int class_id;
66 uint32_t class_handle;
67 struct service_curve rsc;
68 struct service_curve fsc;
69 struct service_curve usc; /* upper limit service curve */
71 uint64_t total; /* total work in bytes */
72 uint64_t cumul; /* cumulative work in bytes
74 uint64_t d; /* deadline */
75 uint64_t e; /* eligible time */
[all …]