commit | 60236fdd08b2169045a3bbfc5ffe1576e6c3c17b | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Sat Jun 18 22:47:21 2005 -0700 |
committer | David S. Miller <[email protected]> | Sat Jun 18 22:47:21 2005 -0700 |
tree | 4541c682cc72daf560ec516e2b5868089a88b6ea | |
parent | 2e6599cb899ba4b133f42cbf9d2b1883d2dc583a [diff] |
[NET] Rename open_request to request_sock Ok, this one just renames some stuff to have a better namespace and to dissassociate it from TCP: struct open_request -> struct request_sock tcp_openreq_alloc -> reqsk_alloc tcp_openreq_free -> reqsk_free tcp_openreq_fastfree -> __reqsk_free With this most of the infrastructure closely resembles a struct sock methods subset. Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> Signed-off-by: David S. Miller <[email protected]>