]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit07b4079ae3279963fcb46bdc72b706cc5f36719a
tree63910ddcbd4672dd7705e524a3db8f1324233365
parent71ddfdf45d73cb9befc5ec5a6236d94c9907d380
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