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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_gred.c73 opt.def_DP=strtol(*argv, (char **)NULL, 10);
79 if (opt.def_DP>opt.DPs) {
99 if ((!opt.DPs) || (!opt.def_DP))
104 DPRINTF("TC_GRED: sending DPs=%d default=%d\n",opt.DPs,opt.def_DP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_gred.c345 if (sopt->DPs > MAX_DPs || sopt->DPs == 0 || sopt->def_DP >= sopt->DPs)
350 table->def = sopt->def_DP;
504 .def_DP = table->def,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h225 __u32 def_DP; member in struct:tc_gred_sopt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h244 __u32 def_DP; member in struct:tc_gred_sopt

Completed in 74 milliseconds