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

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

net: skb cleanup



Can remove anonymous union now it has one field.

Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent adf30907
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -322,9 +322,7 @@ struct sk_buff {
	ktime_t			tstamp;
	struct net_device	*dev;

	union {
	unsigned long		_skb_dst;
	};
#ifdef CONFIG_XFRM
	struct	sec_path	*sp;
#endif