wireguard: queueing: preserve flow hash across packet scrubbing
[linux-2.6-microblaze.git] / drivers / net / wireguard / receive.c
index 3bb5b9a..d0eebd9 100644 (file)
@@ -484,7 +484,7 @@ int wg_packet_rx_poll(struct napi_struct *napi, int budget)
                if (unlikely(wg_socket_endpoint_from_skb(&endpoint, skb)))
                        goto next;
 
-               wg_reset_packet(skb);
+               wg_reset_packet(skb, false);
                wg_packet_consume_data_done(peer, skb, &endpoint);
                free = false;