Searched refs:top_m (Results 1 – 1 of 1) sorted by relevance
297 mblk_t *top_m; in smb2_iod_sendrq() local372 top_m = copymsg(rqp->sr_rq.mb_top); in smb2_iod_sendrq()374 top_m = dupmsg(rqp->sr_rq.mb_top); in smb2_iod_sendrq()375 if (top_m == NULL) { in smb2_iod_sendrq()381 size_t len = msgdsize(top_m); in smb2_iod_sendrq()388 freemsg(top_m); in smb2_iod_sendrq()392 linkb(top_m, cur_m); in smb2_iod_sendrq()396 error = smb3_msg_encrypt(vcp, &top_m); in smb2_iod_sendrq()401 error = SMB_TRAN_SEND(vcp, top_m); in smb2_iod_sendrq()402 top_m = 0; /* consumed by SEND */ in smb2_iod_sendrq()