Searched refs:def_dp (Results 1 - 1 of 1) sorted by relevance
/external/iproute2/tc/ | ||
H A D | q_gred.c | 56 int def_dp = -1; local 73 def_dp = strtol(*argv, (char **)NULL, 10); 79 if (def_dp < 0 || def_dp > dps) { 98 if (!dps || def_dp == -1) { 105 opt.def_DP = def_dp; |
Completed in 403 milliseconds