net: sched: implement qstat helper routines
[deliverable/linux.git] / net / sched / sch_atm.c
index 01017663e5d80d5b74652e903da68a4887a227e2..040212cab9886ff277ce872edd2f47f4afb7c1b3 100644 (file)
@@ -417,7 +417,7 @@ done:
        if (ret != NET_XMIT_SUCCESS) {
 drop: __maybe_unused
                if (net_xmit_drop_count(ret)) {
-                       sch->qstats.drops++;
+                       qdisc_qstats_drop(sch);
                        if (flow)
                                flow->qstats.drops++;
                }
This page took 0.02622 seconds and 5 git commands to generate.