Lines Matching refs:dimp
2811 mblk_t *dimp; in tl_conn_req() local
2993 dimp = tpi_ack_alloc(mp, sizeof (struct T_discon_ind), in tl_conn_req()
2995 if (dimp == NULL) { in tl_conn_req()
2999 di = (struct T_discon_ind *)dimp->b_rptr; in tl_conn_req()
3007 putnext(tep->te_rq, dimp); in tl_conn_req()
3336 mblk_t *dimp, *ccmp = NULL; in tl_conn_res() local
3635 dimp = tl_resizemp(respmp, size); in tl_conn_res()
3636 if (! dimp) { in tl_conn_res()
3647 if (dimp->b_cont) { in tl_conn_res()
3649 freemsg(dimp->b_cont); in tl_conn_res()
3650 dimp->b_cont = NULL; in tl_conn_res()
3653 DB_TYPE(dimp) = M_PROTO; in tl_conn_res()
3654 di = (struct T_discon_ind *)dimp->b_rptr; in tl_conn_res()
3663 putnext(acc_ep->te_rq, dimp); in tl_conn_res()
3865 mblk_t *ackmp, *dimp, *respmp; in tl_discon_req() local
4005 if ((dimp = tl_resizemp(respmp, size)) == NULL) { in tl_discon_req()
4013 di = (struct T_discon_ind *)dimp->b_rptr; in tl_discon_req()
4023 dimp = NULL; in tl_discon_req()
4036 if ((dimp = tl_resizemp(respmp, size)) == NULL) { in tl_discon_req()
4044 di = (struct T_discon_ind *)dimp->b_rptr; in tl_discon_req()
4045 DB_TYPE(dimp) = M_PROTO; in tl_discon_req()
4064 tl_icon_queuemsg(peer_tep, tep->te_seqno, dimp); in tl_discon_req()
4066 dimp = NULL; in tl_discon_req()
4094 if ((dimp = tl_resizemp(respmp, size)) == NULL) { in tl_discon_req()
4102 di = (struct T_discon_ind *)dimp->b_rptr; in tl_discon_req()
4118 ASSERT(dimp == NULL); in tl_discon_req()
4131 DB_TYPE(dimp) = M_PROTO; in tl_discon_req()
4141 ASSERT(dimp != NULL); in tl_discon_req()
4142 putnext(peer_tep->te_rq, dimp); in tl_discon_req()