Home | History | Annotate | Download | only in tc

Lines Matching refs:abuf

159 	char abuf[256];
187 abuf[0] = 0;
190 print_tc_classid(abuf, sizeof(abuf), TC_H_MIN(t->tcm_handle));
192 print_tc_classid(abuf, sizeof(abuf), t->tcm_handle);
194 fprintf(fp, "class %s %s ", rta_getattr_str(tb[TCA_KIND]), abuf);
203 print_tc_classid(abuf, sizeof(abuf), TC_H_MIN(t->tcm_parent));
205 print_tc_classid(abuf, sizeof(abuf), t->tcm_parent);
206 fprintf(fp, "parent %s ", abuf);