]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/sched/act_nat.c
netfilter: nf_conntrack_tcp: fix unaligned memory access in tcp_sack
[karo-tx-linux.git] / net / sched / act_nat.c
index 0a3c8339767a9f71fe3011da3267af2b6b634391..7b39ed485bca0beeb44da1572ff053ed61395d5f 100644 (file)
@@ -124,7 +124,7 @@ static int tcf_nat(struct sk_buff *skb, struct tc_action *a,
        egress = p->flags & TCA_NAT_FLAG_EGRESS;
        action = p->tcf_action;
 
-       p->tcf_bstats.bytes += skb->len;
+       p->tcf_bstats.bytes += qdisc_pkt_len(skb);
        p->tcf_bstats.packets++;
 
        spin_unlock(&p->tcf_lock);