Arnaldo Carvalho de Melo
60236fdd08
[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 <acme@ghostprotocols.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-06-18 22:47:21 -07:00
..
2005-05-21 10:27:02 +01:00
2005-06-08 15:10:48 -07:00
2005-06-06 17:02:03 -07:00
2005-05-12 15:07:47 -04:00
2005-05-27 12:17:28 +01:00
2005-05-01 08:59:17 -07:00
2005-05-05 16:36:31 -07:00
2005-05-05 16:36:47 -07:00
2005-05-20 12:53:28 -05:00
2005-05-20 12:53:50 -05:00
2005-05-01 08:58:54 -07:00
2005-05-01 08:59:03 -07:00
2005-05-31 19:03:47 -07:00
2005-05-17 14:54:55 -07:00
2005-05-15 18:31:07 -04:00
2005-06-17 20:37:11 -05:00
2005-05-01 08:58:51 -07:00
2005-05-19 22:43:37 -07:00
2005-05-29 20:24:30 -07:00
2005-05-29 20:27:24 -07:00
2005-05-01 08:59:22 -07:00
2005-05-05 16:36:49 -07:00
2005-05-05 16:36:44 -07:00
2005-05-28 02:11:12 -05:00
2005-05-01 08:58:36 -07:00
2005-05-28 16:46:14 -07:00
2005-05-15 22:24:12 -04:00
2005-05-05 16:36:49 -07:00
2005-05-26 14:55:34 +02:00
2005-05-05 16:36:49 -07:00
2005-05-05 14:25:59 -07:00
2005-06-02 16:36:00 -07:00
2005-06-13 13:57:10 -07:00
2005-05-12 19:45:25 -04:00
2005-05-29 20:23:46 -07:00
2005-05-01 08:58:41 -07:00
2005-06-18 22:47:21 -07:00
2005-06-18 22:47:21 -07:00
2005-05-05 16:36:48 -07:00
2005-05-01 08:59:02 -07:00
2005-05-05 16:36:39 -07:00
2005-06-03 23:54:56 -04:00
2005-05-20 12:53:50 -05:00
2005-05-26 13:03:09 -07:00
2005-05-05 16:36:49 -07:00
2005-05-05 16:36:44 -07:00
2005-05-23 12:45:26 -07:00
2005-06-02 16:48:05 -07:00
2005-05-29 14:13:47 -07:00
2005-05-01 08:58:37 -07:00
2005-05-05 16:36:31 -07:00
2005-06-08 14:13:14 -07:00
2005-05-03 23:45:17 -07:00
2005-05-26 12:55:48 -07:00
2005-05-01 08:59:04 -07:00
2005-05-01 08:58:49 -07:00
2005-05-01 08:59:18 -07:00
2005-05-01 08:59:19 -07:00
2005-05-01 08:59:18 -07:00
2005-05-03 14:29:39 -07:00
2005-05-05 16:36:48 -07:00
2005-05-09 23:21:59 +01:00
2005-06-12 20:43:21 -07:00
2005-05-01 08:59:26 -07:00
2005-06-18 22:46:19 -07:00
2005-05-05 16:36:49 -07:00
2005-05-05 16:36:31 -07:00
2005-05-21 10:46:48 -07:00
2005-05-01 08:59:12 -07:00
2005-06-13 15:19:03 -07:00
2005-06-18 22:47:21 -07:00
2005-05-05 16:36:49 -07:00
2005-06-03 00:04:30 -07:00
2005-05-20 15:48:20 -07:00
2005-05-24 17:05:20 -07:00
2005-05-12 20:24:19 -04:00
2005-06-18 22:42:13 -07:00