X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Fip6_route.h;h=9313491e3dad2212eb7a55126a07b2081e27bb6a;hb=c000131c711f68cb68712e6553ddce5fa6ad5c5c;hp=9080076ce0e54128e1104b446fc56cd976962161;hpb=5c06f510a25153ff79e8c2dca312b732a367c5bb;p=linux-2.6 diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 9080076ce0..9313491e3d 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h @@ -61,13 +61,13 @@ extern int ip6_ins_rt(struct rt6_info *); extern int ip6_del_rt(struct rt6_info *); extern struct rt6_info *rt6_lookup(struct net *net, - struct in6_addr *daddr, - struct in6_addr *saddr, + const struct in6_addr *daddr, + const struct in6_addr *saddr, int oif, int flags); extern struct dst_entry *icmp6_dst_alloc(struct net_device *dev, struct neighbour *neigh, - struct in6_addr *addr); + const struct in6_addr *addr); extern int icmp6_dst_gc(int *more); extern void fib6_force_start_gc(struct net *net);