X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fnet%2Fdst.h;h=02386505033d975e666cd924a3bafe3ca02bb100;hb=989cd445b48dc996426ab739d002ed504c5c43c9;hp=81d1413a87010967684febe7344169baa7d828ef;hpb=85ca7886f566ae387a57a37bc0ffab25e3e117b5;p=karo-tx-linux.git diff --git a/include/net/dst.h b/include/net/dst.h index 81d1413a8701..02386505033d 100644 --- a/include/net/dst.h +++ b/include/net/dst.h @@ -242,6 +242,7 @@ static inline void skb_tunnel_rx(struct sk_buff *skb, struct net_device *dev) dev->stats.rx_packets++; dev->stats.rx_bytes += skb->len; skb->rxhash = 0; + skb_set_queue_mapping(skb, 0); skb_dst_drop(skb); nf_reset(skb); }