ipv4: Show that ip_send_reply() is purely unicast routine.
authorDavid S. Miller <davem@davemloft.net>
Thu, 28 Jun 2012 10:21:41 +0000 (03:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Jun 2012 10:21:41 +0000 (03:21 -0700)
commit70e7341673a47fb1525cfc7d6651cc98b5348928
treedfab978a554b6badff83381bf03c42543cd37eb6
parent160eb5a6b14ca2eab5c598bdbbb24c24624bad34
ipv4: Show that ip_send_reply() is purely unicast routine.

Rename it to ip_send_unicast_reply() and add explicit 'saddr'
argument.

This removed one of the few users of rt->rt_spec_dst.

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