]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit991848bb8bf01ffafd37ddd36516ba38d063a12e
tree63eb29d2efad915add7693445a215eef890c4191
parent2cf3ce964b53ad1c1c2e27dc7e9cd741bef4fcfe
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