Lines Matching refs:ccmp
3425 mblk_t *dimp, *ccmp = NULL; in tl_conn_res() local
3804 ccmp = tl_resizemp(respmp, size); in tl_conn_res()
3805 if (ccmp == NULL) { in tl_conn_res()
3818 DB_TYPE(ccmp) = M_PROTO; in tl_conn_res()
3819 cc = (struct T_conn_con *)ccmp->b_rptr; in tl_conn_res()
3823 addr_startp = ccmp->b_rptr + cc->RES_offset; in tl_conn_res()
3829 tl_fill_option(ccmp->b_rptr + cc->OPT_offset, in tl_conn_res()
3840 mblk_setcred(ccmp, acc_ep->te_credp, acc_ep->te_cpid); in tl_conn_res()
3920 if (ccmp != NULL) in tl_conn_res()
3921 freemsg(ccmp); in tl_conn_res()
3927 putnext(cl_ep->te_rq, ccmp); in tl_conn_res()