At these points we have a fully filled in value via the IP
header the form of ip_hdr(skb)->saddr
Signed-off-by: David S. Miller <davem@davemloft.net>
                    peer->rate_tokens == ip_rt_redirect_number &&
                    net_ratelimit())
                        printk(KERN_WARNING "host %pI4/if%d ignores redirects for %pI4 to %pI4.\n",
-                               &rt->rt_src, rt->rt_iif,
+                              &ip_hdr(skb)->saddr, rt->rt_iif,
                                &rt->rt_dst, &rt->rt_gateway);
 #endif
        }
        __be32 src;
 
        if (rt_is_output_route(rt))
-               src = rt->rt_src;
+               src = ip_hdr(skb)->saddr;
        else {
                struct fib_result res;
                struct flowi4 fl4;