Searched refs:tl_resizemp (Results 1 – 1 of 1) sorted by relevance
927 static mblk_t *tl_resizemp(mblk_t *, ssize_t);3316 cimp = tl_resizemp(indmp, size); in tl_conn_req_ser()3725 dimp = tl_resizemp(respmp, size); in tl_conn_res()3804 ccmp = tl_resizemp(respmp, size); in tl_conn_res()4096 if ((dimp = tl_resizemp(respmp, size)) == NULL) { in tl_discon_req()4127 if ((dimp = tl_resizemp(respmp, size)) == NULL) { in tl_discon_req()4185 if ((dimp = tl_resizemp(respmp, size)) == NULL) { in tl_discon_req()5593 tl_resizemp(mblk_t *mp, ssize_t new_size) in tl_resizemp() function