Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
[platform/adaptation/renesas_rcar/renesas_kernel.git] / net / sched / act_simple.c
index 1d421d0..e7851ce 100644 (file)
@@ -41,7 +41,7 @@ static int tcf_simp(struct sk_buff *skb, struct tc_action *a, struct tcf_result
 
        spin_lock(&d->tcf_lock);
        d->tcf_tm.lastuse = jiffies;
-       d->tcf_bstats.bytes += skb->len;
+       d->tcf_bstats.bytes += qdisc_pkt_len(skb);
        d->tcf_bstats.packets++;
 
        /* print policy string followed by _ then packet count