[INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.
authorDenis V. Lunev <den@openvz.org>
Fri, 29 Feb 2008 19:43:03 +0000 (11:43 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Feb 2008 19:43:03 +0000 (11:43 -0800)
It looks like dst parameter is used in this API due to historical
reasons.  Actually, it is really used in the direct call to
tcp_v4_send_synack only.  So, create a wrapper for tcp_v4_send_synack
and remove dst from rtx_syn_ack.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found