On Tue, Apr 15, 2025 at 10:33 AM Justin Iurman <justin.iurman@xxxxxxxxx> wrote: > goto drop; > } > - lwtstate = dst->lwtstate; > > + lwtstate = dst->lwtstate; > if (lwtstate->type == LWTUNNEL_ENCAP_NONE || > lwtstate->type > LWTUNNEL_ENCAP_MAX) > return 0; > @@ -460,10 +469,8 @@ int lwtunnel_input(struct sk_buff *skb) > goto drop; > > return ret; > - > drop: > kfree_skb(skb); > - Don't see the point of seemingly random cleanups, but overall lgtm.