Searched refs:lastm (Results 1 – 1 of 1) sorted by relevance
141 mblk_t *body, *thdr, *lastm; in smb3_msg_encrypt() local218 lastm = body; in smb3_msg_encrypt()219 while (lastm->b_cont != NULL) in smb3_msg_encrypt()220 lastm = lastm->b_cont; in smb3_msg_encrypt()221 lastm->b_cont = thdr; in smb3_msg_encrypt()230 lastm->b_cont = NULL; in smb3_msg_encrypt()263 mblk_t *body, *thdr, *lastm; in smb3_msg_decrypt() local363 lastm = body; in smb3_msg_decrypt()364 while (lastm->b_cont != NULL) in smb3_msg_decrypt()365 lastm = lastm->b_cont; in smb3_msg_decrypt()[all …]