ipv4: Pass explicit daddr arg to ip_send_reply().
authorDavid S. Miller <davem@davemloft.net>
Mon, 9 May 2011 20:22:43 +0000 (13:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 May 2011 20:32:46 +0000 (13:32 -0700)
commit0a5ebb8000c5362be368df9d197943deb06b6916
tree63910ddcbd4672dd7705e524a3db8f1324233365
parent1c3319fb69c29376fe23c1aa0cd7cb6df91c7883
ipv4: Pass explicit daddr arg to ip_send_reply().

This eliminates an access to rt->rt_src.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip.h
net/ipv4/ip_output.c
net/ipv4/tcp_ipv4.c