Home | History | Annotate | Download | only in tc

Lines Matching refs:fp

154 	FILE *fp = (FILE*)arg;
185 fprintf(fp, "deleted ");
194 fprintf(fp, "class %s %s ", (char*)RTA_DATA(tb[TCA_KIND]), abuf);
197 fprintf(fp, "dev %s ", ll_index_to_name(t->tcm_ifindex));
200 fprintf(fp, "root ");
206 fprintf(fp, "parent %s ", abuf);
209 fprintf(fp, "leaf %x: ", t->tcm_info>>16);
213 q->print_copt(q, fp, tb[TCA_OPTIONS]);
215 fprintf(fp, "[cannot parse class parameters]");
217 fprintf(fp, "\n");
222 print_tcstats_attr(fp, tb, " ", &xstats);
223 fprintf(fp, "\n");
226 q->print_xstats(q, fp, xstats ? : tb[TCA_XSTATS]);
227 fprintf(fp, "\n");
230 fflush(fp);