ipv4: Create inet_csk_route_child_sock().
authorDavid S. Miller <davem@davemloft.net>
Sun, 8 May 2011 21:34:22 +0000 (14:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 May 2011 21:34:22 +0000 (14:34 -0700)
commit77357a95522ba645bbfd65253b34317c824103f9
tree63eb29d2efad915add7693445a215eef890c4191
parent8663c938ceb72f47941c95ff0ea491ebbdd68f26
ipv4: Create inet_csk_route_child_sock().

This is just like inet_csk_route_req() except that it operates after
we've created the new child socket.

In this way we can use the new socket's cork flow for proper route
key storage.

This will be used by DCCP and TCP child socket creation handling.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_connection_sock.h
net/ipv4/inet_connection_sock.c