Home | History | Annotate | Download | only in tc

Lines Matching refs:fp

201 	FILE *fp = (FILE*)arg;
230 fprintf(fp, "deleted ");
232 fprintf(fp, "qdisc %s %x: ", rta_getattr_str(tb[TCA_KIND]), t->tcm_handle>>16);
234 fprintf(fp, "dev %s ", ll_index_to_name(t->tcm_ifindex));
236 fprintf(fp, "root ");
239 fprintf(fp, "parent %s ", abuf);
242 fprintf(fp, "refcnt %d ", t->tcm_info);
253 q->print_qopt(q, fp, tb[TCA_OPTIONS]);
255 fprintf(fp, "[cannot parse qdisc parameters]");
257 fprintf(fp, "\n");
259 print_size_table(fp, " ", tb[TCA_STAB]);
260 fprintf(fp, "\n");
266 print_tcstats_attr(fp, tb, " ", &xstats);
267 fprintf(fp, "\n");
271 q->print_xstats(q, fp, xstats);
272 fprintf(fp, "\n");
275 fflush(fp);