]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7cc14da254bb8bee1eb46b4ab52b56dfbf1f2937
treedfab978a554b6badff83381bf03c42543cd37eb6
parent0feb2c0576c8fab18eea9346d39dcda0ba4a90a3
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