Searched defs:hfsc_add_class (Results 1 – 2 of 2) sorted by relevance
120 struct hfsc_add_class { struct121 struct hfsc_interface iface;122 u_int32_t parent_handle;123 struct service_curve service_curve;124 int qlimit;125 int flags;127 u_int32_t class_handle; /* return value */
1070 hfsc_add_class(struct classinfo *clinfo) in hfsc_add_class() function