commit | 77357a95522ba645bbfd65253b34317c824103f9 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun May 08 14:34:22 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun May 08 14:34:22 2011 -0700 |
tree | 63eb29d2efad915add7693445a215eef890c4191 | |
parent | 8663c938ceb72f47941c95ff0ea491ebbdd68f26 [diff] |
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>