Searched refs:def_dp (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/tc/
H A Dq_gred.c56 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 65 milliseconds