]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/ipv6.h
[PATCH] pktcdvd: Don't waste kernel memory
[linux-2.6-omap-h63xx.git] / include / linux / ipv6.h
index 93bbed5c6cf426a61683ec8204363f75f67fc08b..9c8f4c9ed4298d35d90e08f00ec9274370acf50d 100644 (file)
@@ -191,6 +191,10 @@ struct inet6_skb_parm {
        __u16                   srcrt;
        __u16                   dst1;
        __u16                   lastopt;
+       __u32                   nhoff;
+       __u16                   flags;
+
+#define IP6SKB_XFRM_TRANSFORMED        1
 };
 
 #define IP6CB(skb)     ((struct inet6_skb_parm*)((skb)->cb))