Home
last modified time | relevance | path

Searched refs:tc_calc_size_table (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/tc/
Dtc_core.h25 int tc_calc_size_table(struct tc_sizespec *s, __u16 **stab);
Dtc_core.c157 int tc_calc_size_table(struct tc_sizespec *s, __u16 **stab) in tc_calc_size_table() function
Dtc_qdisc.c167 if (tc_calc_size_table(&stab.szopts, &stab.data) < 0) { in tc_qdisc_modify()