ipv4: Get route daddr from flow key in inet_csk_route_req().
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:50:09 +0000 (23:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:50:09 +0000 (23:50 -0700)
commit072d8c94142a3a95151774975f6c1fd1dc1f1e1b
tree12b59dc795d4da572e56a80a364883c2eaa2a01f
parent87321c839fb4a65b5d78c16d79d1674cf223a452
ipv4: Get route daddr from flow key in inet_csk_route_req().

Now that output route lookups update the flow with
destination address selection, we can fetch it from
fl4->daddr instead of rt->rt_dst

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/inet_connection_sock.c
This page took 0.024557 seconds and 5 git commands to generate.