ibd_rc_msg_hello_t
ibd_rc_msg_hello_t hello_req_msg;
ibd_rc_msg_hello_t *hello_ack_msg;
hello_ack_msg = kmem_zalloc(sizeof (ibd_rc_msg_hello_t), KM_SLEEP);
open_returns.rc_priv_data_len = sizeof (ibd_rc_msg_hello_t);
open_args.oc_priv_data_len = sizeof (ibd_rc_msg_hello_t);
kmem_free(hello_ack_msg, sizeof (ibd_rc_msg_hello_t));
kmem_free(hello_ack_msg, sizeof (ibd_rc_msg_hello_t));
ibd_rc_msg_hello_t *hello_msg;
ret_args->cm_ret_len = sizeof (ibd_rc_msg_hello_t);
hello_msg = (ibd_rc_msg_hello_t *)ibt_cm_event->cm_priv_data;
hello_msg = (ibd_rc_msg_hello_t *)ret_priv_data;
ibd_rc_msg_hello_t *hello_ack;
hello_ack = (ibd_rc_msg_hello_t *)ibt_cm_event->cm_priv_data;