diff options
author | Neal Cardwell <ncardwell@google.com> | 2012-06-28 12:34:20 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-06-28 17:53:50 -0700 |
commit | 9494218fbae2f88bd3f9b887714734abfdf38bab (patch) | |
tree | b92ee490d2b399412c49ed6b193c747b36683499 /net/l2tp | |
parent | 3840a06e6046aaee95f33a120499d2dc8c054b9d (diff) |
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 <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/l2tp')
0 files changed, 0 insertions, 0 deletions