X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fnet%2Fip_mp_alg.h;h=beffdd66ad74f81ac2c5a9d40003ff4ad372102f;hb=cb7fabcf9d4340b61f012cc7e8e3d7ff5c4f441c;hp=ac747b64734c56a9c83054cf5af20e81ed6e19d2;hpb=1323523f505606cfd24af6122369afddefc3b09d;p=powerpc.git diff --git a/include/net/ip_mp_alg.h b/include/net/ip_mp_alg.h index ac747b6473..beffdd66ad 100644 --- a/include/net/ip_mp_alg.h +++ b/include/net/ip_mp_alg.h @@ -17,7 +17,7 @@ struct ip_mp_alg_ops { void (*mp_alg_select_route)(const struct flowi *flp, struct rtable *rth, struct rtable **rp); void (*mp_alg_flush)(void); - void (*mp_alg_set_nhinfo)(__u32 network, __u32 netmask, + void (*mp_alg_set_nhinfo)(__be32 network, __be32 netmask, unsigned char prefixlen, const struct fib_nh *nh); void (*mp_alg_remove)(struct rtable *rth); @@ -59,7 +59,7 @@ static inline void multipath_flush(void) } static inline void multipath_set_nhinfo(struct rtable *rth, - __u32 network, __u32 netmask, + __be32 network, __be32 netmask, unsigned char prefixlen, const struct fib_nh *nh) {