Searched refs:tc_service_curve (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/net/sched/ |
D | sch_hfsc.c | 482 sc2isc(struct tc_service_curve *sc, struct internal_sc *isc) in sc2isc() 932 hfsc_change_rsc(struct hfsc_class *cl, struct tc_service_curve *rsc, in hfsc_change_rsc() 946 hfsc_change_fsc(struct hfsc_class *cl, struct tc_service_curve *fsc) in hfsc_change_fsc() 954 hfsc_change_usc(struct hfsc_class *cl, struct tc_service_curve *usc, in hfsc_change_usc() 963 [TCA_HFSC_RSC] = { .len = sizeof(struct tc_service_curve) }, 964 [TCA_HFSC_FSC] = { .len = sizeof(struct tc_service_curve) }, 965 [TCA_HFSC_USC] = { .len = sizeof(struct tc_service_curve) }, 977 struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL; in hfsc_change_class() 1303 struct tc_service_curve tsc; in hfsc_dump_sc()
|
/linux-2.6.39/include/linux/ |
D | pkt_sched.h | 327 struct tc_service_curve { struct
|