X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fnet%2Fflow.h;h=04d89f7634516170d88e6d3f47f20bec477b55dc;hb=c34c07d6946ec8969fa71ba03dbb95091f4eb9d3;hp=ec7eb86eb2035fa7ed44dce421b7a0579d617329;hpb=29552b1462799afbe02af035b243e97579d63350;p=powerpc.git diff --git a/include/net/flow.h b/include/net/flow.h index ec7eb86eb2..04d89f7634 100644 --- a/include/net/flow.h +++ b/include/net/flow.h @@ -30,8 +30,8 @@ struct flowi { } ip6_u; struct { - __u16 daddr; - __u16 saddr; + __le16 daddr; + __le16 saddr; __u32 fwmark; __u8 scope; } dn_u; @@ -64,8 +64,8 @@ struct flowi { } icmpt; struct { - __u16 sport; - __u16 dport; + __le16 sport; + __le16 dport; __u8 objnum; __u8 objnamel; /* Not 16 bits since max val is 16 */ __u8 objname[16]; /* Not zero terminated */