From 48169ce0997bac0d9d2f90d606d65cf556b44472 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Tue, 26 Sep 2006 21:26:42 -0700 Subject: [PATCH] --- yaml --- r: 36767 b: refs/heads/master c: f2c3fe24119ee4f8faca08699f0488f500014a27 h: refs/heads/master i: 36765: 013aec6ce8015d069716fac4729c318f34654122 36763: b5fa655a9c4a44901296f7371923d2a7d472119e 36759: 4eb59df1bf99ddaffc510538f053c22d2a1bb939 36751: 7b2cccfc9932c6bfb2a9066900c3f74d6578a1b3 36735: 350989c1e68508da1bc79208ad28ba0bf2c6f20a v: v3 --- [refs] | 2 +- trunk/include/net/flow.h | 4 ++-- trunk/include/net/route.h | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 7a0164c7c9c0..9752bada092e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8c7bc84085135d5cc87e9fc6802d3c7bbbb40ef5 +refs/heads/master: f2c3fe24119ee4f8faca08699f0488f500014a27 diff --git a/trunk/include/net/flow.h b/trunk/include/net/flow.h index 3ca210ec1379..97569af9bda7 100644 --- a/trunk/include/net/flow.h +++ b/trunk/include/net/flow.h @@ -16,8 +16,8 @@ struct flowi { union { struct { - __u32 daddr; - __u32 saddr; + __be32 daddr; + __be32 saddr; __u32 fwmark; __u8 tos; __u8 scope; diff --git a/trunk/include/net/route.h b/trunk/include/net/route.h index 64a18811526d..5bb2b15b4391 100644 --- a/trunk/include/net/route.h +++ b/trunk/include/net/route.h @@ -62,18 +62,18 @@ struct rtable __u16 rt_type; __u16 rt_multipath_alg; - __u32 rt_dst; /* Path destination */ - __u32 rt_src; /* Path source */ + __be32 rt_dst; /* Path destination */ + __be32 rt_src; /* Path source */ int rt_iif; /* Info on neighbour */ - __u32 rt_gateway; + __be32 rt_gateway; /* Cache lookup keys */ struct flowi fl; /* Miscellaneous cached information */ - __u32 rt_spec_dst; /* RFC1122 specific destination */ + __be32 rt_spec_dst; /* RFC1122 specific destination */ struct inet_peer *peer; /* long-living peer info */ };