From: Neal Cardwell Date: Thu, 28 Jun 2012 12:34:20 +0000 (+0000) Subject: tcp: use inet6_csk_route_req() in tcp_v6_send_synack() X-Git-Tag: v3.6-rc1~125^2~351 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9494218fbae2f88bd3f9b887714734abfdf38bab;p=pandora-kernel.git tcp: use inet6_csk_route_req() in tcp_v6_send_synack() With the recent change (earlier in this patch series) to set flowi6_oif to treq->iif in inet6_csk_route_req(), the dst lookup in these two functions is now identical, so tcp_v6_send_synack() can now just call inet6_csk_route_req(), to reduce code duplication and keep things closer to the IPv4 side, which is structured this way. Signed-off-by: Neal Cardwell Signed-off-by: David S. Miller --- Reading git-diff-tree failed