Home
last modified time | relevance | path

Searched refs:tc_fill_ratespec_and_table (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/network/tc/
Dtc-util.h13 int tc_fill_ratespec_and_table(struct tc_ratespec *rate, uint32_t *rtab, uint32_t mtu);
Dtbf.c48 r = tc_fill_ratespec_and_table(&opt.rate, rtab, tbf->mtu); in token_bucket_filter_fill_message()
59 r = tc_fill_ratespec_and_table(&opt.peakrate, ptab, tbf->mtu); in token_bucket_filter_fill_message()
Dhtb.c201 r = tc_fill_ratespec_and_table(&opt.rate, rtab, htb->mtu); in hierarchy_token_bucket_class_fill_message()
205 r = tc_fill_ratespec_and_table(&opt.ceil, ctab, htb->mtu); in hierarchy_token_bucket_class_fill_message()
Dtc-util.c79 int tc_fill_ratespec_and_table(struct tc_ratespec *rate, uint32_t *rtab, uint32_t mtu) { in tc_fill_ratespec_and_table() function