net_sched: Add accessor function for packet length for qdiscs
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
5f86173bdf
commit
0abf77e55a
@@ -182,7 +182,7 @@ static int tcf_pedit(struct sk_buff *skb, struct tc_action *a,
|
||||
bad:
|
||||
p->tcf_qstats.overlimits++;
|
||||
done:
|
||||
p->tcf_bstats.bytes += skb->len;
|
||||
p->tcf_bstats.bytes += qdisc_pkt_len(skb);
|
||||
p->tcf_bstats.packets++;
|
||||
spin_unlock(&p->tcf_lock);
|
||||
return p->tcf_action;
|
||||
|
Reference in New Issue
Block a user