aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/skbuff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index aff494ba6a31..d4d7c666ca63 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;