[IPV4]: Remove prototype of ip_rt_advice
[deliverable/linux.git] / net / ipv4 / route.c
index 79c4b9360a12a3e1564bc1ded880a5534f08522a..d2bc6148a7378452bde89de27cd7a0876a18c78d 100644 (file)
@@ -1161,7 +1161,7 @@ static struct dst_entry *ipv4_negative_advice(struct dst_entry *dst)
                        unsigned hash = rt_hash(rt->fl.fl4_dst, rt->fl.fl4_src,
                                                rt->fl.oif);
 #if RT_CACHE_DEBUG >= 1
-                       printk(KERN_DEBUG "ip_rt_advice: redirect to "
+                       printk(KERN_DEBUG "ipv4_negative_advice: redirect to "
                                          "%u.%u.%u.%u/%02x dropped\n",
                                NIPQUAD(rt->rt_dst), rt->fl.fl4_tos);
 #endif
This page took 0.024486 seconds and 5 git commands to generate.