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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpkt_sched.h179 __u32 pdrop; /* Drops due to queue limits */ member in struct:tc_red_xstats
210 __u32 pdrop; member in struct:tc_gred_qopt
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h177 __u32 pdrop; /* Drops due to queue limits */ member in struct:tc_red_xstats
212 __u32 pdrop; member in struct:tc_gred_qopt
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dsch_red.c102 q->stats.pdrop++;
283 .pdrop = q->stats.pdrop,
H A Dsch_gred.c235 q->stats.pdrop++;
546 opt.pdrop = q->stats.pdrop;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dq_red.c205 fprintf(f, " marked %u early %u pdrop %u other %u",
206 st->marked, st->early, st->pdrop, st->other);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dred.h99 u32 pdrop; /* Drops due to queue limits */ member in struct:red_stats

Completed in 104 milliseconds