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()
245 rsp_hdr->NextCommand = 0; in init_smb2_neg_rsp()342 if (!req_hdr->NextCommand) { in smb2_set_rsp_credits()412 rsp_hdr->NextCommand = 0; in init_chained_smb2_rsp()494 rsp_hdr->NextCommand = 0; in init_smb2_rsp_hdr()539 if (le32_to_cpu(hdr->NextCommand) > 0) in smb2_allocate_rsp_buf()8283 else if (hdr->NextCommand) in smb2_check_sign_req()8329 if (req_hdr->NextCommand) in smb2_set_sign_rsp()8337 if (req_hdr->NextCommand) in smb2_set_sign_rsp()8382 else if (hdr->NextCommand) in smb3_check_sign_req()8443 if (req_hdr->NextCommand) in smb3_set_sign_rsp()[all …]
637 rsp_hdr->NextCommand = 0; in __smb2_oplock_break_noti()750 rsp_hdr->NextCommand = 0; in __smb2_lease_break_noti()
2447 shdr->NextCommand = cpu_to_le32(len); in smb2_set_next_command()4995 if (shdr->NextCommand) { in receive_encrypted_standard()5001 buf + le32_to_cpu(shdr->NextCommand), in receive_encrypted_standard()5002 pdu_length - le32_to_cpu(shdr->NextCommand)); in receive_encrypted_standard()5026 if (ret == 0 && shdr->NextCommand) { in receive_encrypted_standard()5027 pdu_length -= le32_to_cpu(shdr->NextCommand); in receive_encrypted_standard()5100 return le32_to_cpu(hdr->NextCommand); in smb2_next_header()
4126 shdr->NextCommand = cpu_to_le32(*total_len); in smb2_new_read_req()4128 shdr->NextCommand = 0; in smb2_new_read_req()
143 __le32 NextCommand; member
Completed in 44 milliseconds