Re: [PATCH v1] net: WireGuard secure network tunnel
From: David Miller
Date: Thu Nov 28 2019 - 16:30:41 EST
From: "Jason A. Donenfeld" <Jason@xxxxxxxxx>
Date: Wed, 27 Nov 2019 12:26:43 +0100
> + do {
> + next = skb->next;
I've been trying desperately to remove all direct references to the SKB list
implementation details so that we can convert it over to list_head. This
means no direct references to skb->next nor skb->prev.
Please rearrange this using appropriate helpers and abstractions from skbuff.h