Searched refs:confmp (Results 1 – 1 of 1) sorted by relevance
3048 mblk_t *confmp, *cimp, *indmp; in tl_conn_req_ser() local3149 confmp = copyb(mp); in tl_conn_req_ser()3150 if (! confmp) { in tl_conn_req_ser()3164 ((struct T_conn_con *)(confmp->b_rptr))->PRIM_type = in tl_conn_req_ser()3167 confmp = NULL; in tl_conn_req_ser()3178 freemsg(confmp); in tl_conn_req_ser()3195 freemsg(confmp); in tl_conn_req_ser()3214 confmp != NULL) { in tl_conn_req_ser()3215 mblk_setcred(confmp, peer_tep->te_credp, peer_tep->te_cpid); in tl_conn_req_ser()3237 freemsg(confmp); in tl_conn_req_ser()[all …]