ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.
authorDavid S. Miller <davem@davemloft.net>
Sun, 8 May 2011 22:28:03 +0000 (15:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 May 2011 22:28:03 +0000 (15:28 -0700)
commit0e734419923bd8e599858f8fc196c7804bb85564
tree5e8dfaeb84c610a1c4086ed88c26b73e4ba87197
parent77357a95522ba645bbfd65253b34317c824103f9
ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.

Operation order is now transposed, we first create the child
socket then we try to hook up the route.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ipv4.c
net/ipv4/tcp_ipv4.c