diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index aff494ba6a31e166717696b4a617adf05e6ff324..d4d7c666ca63f4626a1eb45f588e323bf3456c8f 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -325,6 +325,7 @@ struct sk_buff {
 	union {
 		struct  dst_entry	*dst;
 		struct  rtable		*rtable;
+		unsigned long		_skb_dst;
 	};
 #ifdef CONFIG_XFRM
 	struct	sec_path	*sp;