Home | History | Annotate | Download | only in tc

Lines Matching refs:priority

36 		"PM = priority PRIORITY \n"
39 "PRIORITY = classID to assign to priority field\n"
60 __u32 flags = 0, priority, mark;
78 } else if (matches(*argv, "priority") == 0) {
81 if (get_tc_classid(&priority, *argv)) {
82 fprintf(stderr, "Illegal priority\n");
150 &priority, sizeof(priority));
166 __u32 *priority;
189 priority = RTA_DATA(tb[TCA_SKBEDIT_PRIORITY]);
190 fprintf(f, " priority %s", sprint_tc_classid(*priority, b1));