Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60df914e authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

veth: dont release skb->dst in veth_xmit()



No need to release skb->dst, its now done by core network.

Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2df9001e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -176,8 +176,6 @@ static int veth_xmit(struct sk_buff *skb, struct net_device *dev)
	if (dev->features & NETIF_F_NO_CSUM)
		skb->ip_summed = rcv_priv->ip_summed;

	dst_release(skb->dst);
	skb->dst = NULL;
	skb->mark = 0;
	secpath_reset(skb);
	nf_reset(skb);