Lines Matching defs:target
34 fprintf(stderr, "Usage: ... pie [ limit PACKETS ][ target TIME us]\n");
48 unsigned int target = 0;
63 } else if (strcmp(*argv, "target") == 0) {
65 if (get_time(&target, *argv)) {
66 fprintf(stderr, "Illegal \"target\"\n");
115 if (target)
116 addattr_l(n, 1024, TCA_PIE_TARGET, &target, sizeof(target));
136 unsigned int target;
155 target = rta_getattr_u32(tb[TCA_PIE_TARGET]);
156 fprintf(f, "target %s ", sprint_time(target, b1));