]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/skbuff.h
[IPV6]: Convert cork.hop_limit and cork.tclass into u8 instead of int.
[mv-sheeva.git] / include / linux / skbuff.h
index bbd8d0027e2f5b77278842f40b5982422e59b10c..7beb239d2ee07c653cc6e091699b9e23a6057ee2 100644 (file)
@@ -256,7 +256,10 @@ struct sk_buff {
        ktime_t                 tstamp;
        struct net_device       *dev;
 
-       struct  dst_entry       *dst;
+       union {
+               struct  dst_entry       *dst;
+               struct  rtable          *rtable;
+       };
        struct  sec_path        *sp;
 
        /*