Searched refs:NextCommand (Results 1 – 6 of 6) sorted by relevance
355 if (le32_to_cpu(hdr->NextCommand) > 0) in ksmbd_smb2_check_message()356 len = le32_to_cpu(hdr->NextCommand); in ksmbd_smb2_check_message()
250 rsp_hdr->NextCommand = 0; in init_smb2_neg_rsp()343 if (!req_hdr->NextCommand) { in smb2_set_rsp_credits()417 rsp_hdr->NextCommand = 0; in init_chained_smb2_rsp()499 rsp_hdr->NextCommand = 0; in init_smb2_rsp_hdr()543 if (le32_to_cpu(hdr->NextCommand) > 0) in smb2_allocate_rsp_buf()8211 else if (hdr->NextCommand) in smb2_check_sign_req()8257 if (req_hdr->NextCommand) in smb2_set_sign_rsp()8265 if (req_hdr->NextCommand) in smb2_set_sign_rsp()8310 else if (hdr->NextCommand) in smb3_check_sign_req()8370 if (req_hdr->NextCommand) in smb3_set_sign_rsp()[all …]
641 rsp_hdr->NextCommand = 0; in __smb2_oplock_break_noti()748 rsp_hdr->NextCommand = 0; in __smb2_lease_break_noti()
100 __le32 NextCommand; member
2628 shdr->NextCommand = cpu_to_le32(len); in smb2_set_next_command()5156 if (shdr->NextCommand) { in receive_encrypted_standard()5162 buf + le32_to_cpu(shdr->NextCommand), in receive_encrypted_standard()5163 pdu_length - le32_to_cpu(shdr->NextCommand)); in receive_encrypted_standard()5187 if (ret == 0 && shdr->NextCommand) { in receive_encrypted_standard()5188 pdu_length -= le32_to_cpu(shdr->NextCommand); in receive_encrypted_standard()5261 return le32_to_cpu(hdr->NextCommand); in smb2_next_header()
3981 shdr->NextCommand = cpu_to_le32(*total_len); in smb2_new_read_req()3983 shdr->NextCommand = 0; in smb2_new_read_req()
Completed in 40 milliseconds