]> Git Repo - linux.git/blobdiff - include/net/ip6_route.h
ipv6: bool/const conversions phase2
[linux.git] / include / net / ip6_route.h
index 2ad92ca4e6f31b08bf08ba28bfe1ddda77b518ca..37c1a1ed82c1f9697bb58612050cd0ec107c35ba 100644 (file)
@@ -146,7 +146,7 @@ struct rt6_rtnl_dump_arg {
 
 extern int rt6_dump_route(struct rt6_info *rt, void *p_arg);
 extern void rt6_ifdown(struct net *net, struct net_device *dev);
-extern void rt6_mtu_change(struct net_device *dev, unsigned mtu);
+extern void rt6_mtu_change(struct net_device *dev, unsigned int mtu);
 extern void rt6_remove_prefsrc(struct inet6_ifaddr *ifp);
 
 
@@ -175,7 +175,7 @@ static inline void ip6_dst_store(struct sock *sk, struct dst_entry *dst,
        spin_unlock(&sk->sk_dst_lock);
 }
 
-static inline int ipv6_unicast_destination(struct sk_buff *skb)
+static inline bool ipv6_unicast_destination(const struct sk_buff *skb)
 {
        struct rt6_info *rt = (struct rt6_info *) skb_dst(skb);
 
This page took 0.032937 seconds and 4 git commands to generate.