]> err.no Git - linux-2.6/blobdiff - include/net/dst.h
[XFRM]: alg_key_len should be unsigned to avoid integer divides
[linux-2.6] / include / net / dst.h
index aaa2dbb501793097d524c04df8d5bd4f74f7020c..e03ea0c04e013b6c6a43b8a502bf5157d3ebff6f 100644 (file)
@@ -80,7 +80,6 @@ struct dst_entry
                struct rt6_info   *rt6_next;
                struct dn_route  *dn_next;
        };
-       char                    info[0];
 };
 
 
@@ -268,6 +267,7 @@ extern void         dst_init(void);
 /* Flags for xfrm_lookup flags argument. */
 enum {
        XFRM_LOOKUP_WAIT = 1 << 0,
+       XFRM_LOOKUP_ICMP = 1 << 1,
 };
 
 struct flowi;