]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/net/flow.h
[IPV6]: flowlabels are net-endian
[net-next-2.6.git] / include / net / flow.h
index 3b44d72b27d3ca25126f7f595dd787e6935e8b8b..270d4c1761af478badd4da3e86bc590ccf9ae773 100644 (file)
@@ -27,7 +27,7 @@ struct flowi {
                        struct in6_addr         daddr;
                        struct in6_addr         saddr;
                        __u32                   fwmark;
-                       __u32                   flowlabel;
+                       __be32                  flowlabel;
                } ip6_u;
 
                struct {
@@ -68,9 +68,6 @@ struct flowi {
                struct {
                        __le16  sport;
                        __le16  dport;
-                       __u8    objnum;
-                       __u8    objnamel; /* Not 16 bits since max val is 16 */
-                       __u8    objname[16]; /* Not zero terminated */
                } dnports;
 
                __be32          spi;