From: Al Viro Date: Wed, 27 Sep 2006 05:19:36 +0000 (-0700) Subject: [IPV4]: annotate addresses in fib_result and fib_result_nl X-Git-Tag: v2.6.19-rc1~858^2~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80e856e16a145d7f44f613d9f3d903bf459510ca;p=platform%2Fkernel%2Flinux-exynos.git [IPV4]: annotate addresses in fib_result and fib_result_nl Signed-off-by: Al Viro Signed-off-by: David S. Miller --- diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index 9cd0b56..19f7089 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h @@ -107,8 +107,8 @@ struct fib_result { unsigned char type; unsigned char scope; #ifdef CONFIG_IP_ROUTE_MULTIPATH_CACHED - __u32 network; - __u32 netmask; + __be32 network; + __be32 netmask; #endif struct fib_info *fi; #ifdef CONFIG_IP_MULTIPLE_TABLES @@ -117,7 +117,7 @@ struct fib_result { }; struct fib_result_nl { - u32 fl_addr; /* To be looked up*/ + __be32 fl_addr; /* To be looked up*/ u32 fl_fwmark; unsigned char fl_tos; unsigned char fl_scope;