loop.c (f26e8817b235d8764363bffcc9cbfc61867371f2) | loop.c (f1693c63ab133d16994cc50f773982b5905af264) |
---|---|
1/* 2 * Copyright (c) 2006 Oracle. All rights reserved. 3 * 4 * This software is available to you under a choice of one of two 5 * licenses. You may choose to be licensed under the terms of the GNU 6 * General Public License (GPL) Version 2, available from the file 7 * COPYING in the main directory of this source tree, or the 8 * OpenIB.org BSD license below: --- 179 unchanged lines hidden (view full) --- 188 .recv_path = rds_loop_recv_path, 189 .conn_alloc = rds_loop_conn_alloc, 190 .conn_free = rds_loop_conn_free, 191 .conn_path_connect = rds_loop_conn_path_connect, 192 .conn_path_shutdown = rds_loop_conn_path_shutdown, 193 .inc_copy_to_user = rds_message_inc_copy_to_user, 194 .inc_free = rds_loop_inc_free, 195 .t_name = "loopback", | 1/* 2 * Copyright (c) 2006 Oracle. All rights reserved. 3 * 4 * This software is available to you under a choice of one of two 5 * licenses. You may choose to be licensed under the terms of the GNU 6 * General Public License (GPL) Version 2, available from the file 7 * COPYING in the main directory of this source tree, or the 8 * OpenIB.org BSD license below: --- 179 unchanged lines hidden (view full) --- 188 .recv_path = rds_loop_recv_path, 189 .conn_alloc = rds_loop_conn_alloc, 190 .conn_free = rds_loop_conn_free, 191 .conn_path_connect = rds_loop_conn_path_connect, 192 .conn_path_shutdown = rds_loop_conn_path_shutdown, 193 .inc_copy_to_user = rds_message_inc_copy_to_user, 194 .inc_free = rds_loop_inc_free, 195 .t_name = "loopback", |
196 .t_type = RDS_TRANS_LOOP, |
|
196}; | 197}; |