drm/rockchip/dsi: dw-mipi: Add support for RK3368 MIPI DSI Controller Host
[firefly-linux-kernel-4.4.55.git] / net / sched / act_mirred.c
index 32fcdecdb9e2074bad6f3e3002738e9c289317c3..e384d6aefa3a6cf7dc763a104091644dcef156cf 100644 (file)
@@ -170,7 +170,7 @@ static int tcf_mirred(struct sk_buff *skb, const struct tc_action *a,
 
        if (!(at & AT_EGRESS)) {
                if (m->tcfm_ok_push)
-                       skb_push(skb2, skb->mac_len);
+                       skb_push_rcsum(skb2, skb->mac_len);
        }
 
        /* mirror is always swallowed */