|
uint32_t | rtnl_qdisc_hfsc_get_defcls (const struct rtnl_qdisc *qdisc) |
| Return default class of HFSC qdisc. More...
|
|
int | rtnl_qdisc_hfsc_set_defcls (struct rtnl_qdisc *qdisc, uint32_t defcls) |
| Set default class of the hfsc qdisc to the specified value. More...
|
|
int | rtnl_class_hfsc_get_rsc (const struct rtnl_class *class, struct tc_service_curve *tsc) |
|
int | rtnl_class_hfsc_set_rsc (struct rtnl_class *class, const struct tc_service_curve *tsc) |
|
int | rtnl_class_hfsc_get_fsc (const struct rtnl_class *class, struct tc_service_curve *tsc) |
|
int | rtnl_class_hfsc_set_fsc (struct rtnl_class *class, const struct tc_service_curve *tsc) |
|
int | rtnl_class_hfsc_get_usc (const struct rtnl_class *class, struct tc_service_curve *tsc) |
|
int | rtnl_class_hfsc_set_usc (struct rtnl_class *class, const struct tc_service_curve *tsc) |
|