Home | History | Annotate | Download | only in ip

Lines Matching refs:metric

64 	fprintf(stderr, "             [ scope SCOPE ] [ metric METRIC ]\n");
378 fprintf(fp, " metric %d ", *(__u32*)RTA_DATA(tb[RTA_PRIORITY]));
501 fprintf(fp, " metric %d", i);
741 } else if (matches(*argv, "metric") == 0 ||
744 __u32 metric;
746 if (get_u32(&metric, *argv, 0))
747 invarg("\"metric\" value is invalid\n", *argv);
748 addattr32(&req.n, sizeof(req), RTA_PRIORITY, metric);