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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dpkt_sched.h202 __u32 pdrop; /* Drops due to queue limits */ member in struct:tc_red_xstats
234 __u32 pdrop; member in struct:tc_gred_qopt
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dpkt_sched.h202 __u32 pdrop; /* Drops due to queue limits */ member in struct:tc_red_xstats
234 __u32 pdrop; member in struct:tc_gred_qopt
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_gred.c73 u32 pdrop; /* packets dropped because we exceeded physical queue limits */ member in struct:gred_sched_data
179 q->pdrop++;
311 q->pdrop=0;
402 q->pdrop=0;
562 dst->pdrop = q->pdrop;
H A Dsch_red.c267 q->st.pdrop++;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Dq_red.c207 fprintf(f, " marked %u early %u pdrop %u other %u",
208 st->marked, st->early, st->pdrop, st->other);

Completed in 49 milliseconds