diff options
Diffstat (limited to 'include/net/route.h')
-rw-r--r-- | include/net/route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/route.h b/include/net/route.h index d538e6db1afe..1eb9ce470e25 100644 --- a/include/net/route.h +++ b/include/net/route.h | |||
@@ -217,7 +217,7 @@ unsigned int inet_addr_type_dev_table(struct net *net, | |||
217 | const struct net_device *dev, | 217 | const struct net_device *dev, |
218 | __be32 addr); | 218 | __be32 addr); |
219 | void ip_rt_multicast_event(struct in_device *); | 219 | void ip_rt_multicast_event(struct in_device *); |
220 | int ip_rt_ioctl(struct net *, unsigned int cmd, void __user *arg); | 220 | int ip_rt_ioctl(struct net *, unsigned int cmd, struct rtentry *rt); |
221 | void ip_rt_get_source(u8 *src, struct sk_buff *skb, struct rtable *rt); | 221 | void ip_rt_get_source(u8 *src, struct sk_buff *skb, struct rtable *rt); |
222 | struct rtable *rt_dst_alloc(struct net_device *dev, | 222 | struct rtable *rt_dst_alloc(struct net_device *dev, |
223 | unsigned int flags, u16 type, | 223 | unsigned int flags, u16 type, |