Home | History | Annotate | Download | only in tc

Lines Matching refs:fprintf

20 	fprintf(stderr," Usage: ... tcindex [ hash SIZE ] [ mask MASK ]"
22 fprintf(stderr," [ pass_on | fall_through ]\n");
23 fprintf(stderr," [ classid CLASSID ] "
37 fprintf(stderr, "Illegal filter ID\n");
96 fprintf(stderr, "Illegal \"classid\"\n");
104 fprintf(stderr, "Illegal \"police\"\n");
131 if (handle != ~0) fprintf(f,"handle 0x%04x ",handle);
138 fprintf(f,"hash %d ",hash);
146 fprintf(f,"mask 0x%04x ",mask);
154 fprintf(f,"shift %d ",shift);
163 fprintf(f,fall_through ? "fall_through " : "pass_on ");
167 fprintf(f, "classid %s ",sprint_tc_classid(*(__u32 *)
171 fprintf(f, "\n");