]> 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)
commit89dc561d37e44bd0c44828859c23fdfc2fd468a3
treedfab978a554b6badff83381bf03c42543cd37eb6
parent15147220420f2f728a9c7965dbb09a630854ef81
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