net: skb cleanup
Can remove anonymous union now it has one field. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
adf30907d6
commit
e5b9215ef9
@@ -322,9 +322,7 @@ struct sk_buff {
|
|||||||
ktime_t tstamp;
|
ktime_t tstamp;
|
||||||
struct net_device *dev;
|
struct net_device *dev;
|
||||||
|
|
||||||
union {
|
unsigned long _skb_dst;
|
||||||
unsigned long _skb_dst;
|
|
||||||
};
|
|
||||||
#ifdef CONFIG_XFRM
|
#ifdef CONFIG_XFRM
|
||||||
struct sec_path *sp;
|
struct sec_path *sp;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user