Searched refs:NextCommand (Results 1 – 6 of 6) sorted by relevance
375 __u32 req_struct_size, next_cmd = le32_to_cpu(hdr->NextCommand); in ksmbd_smb2_check_message()
267 rsp_hdr->NextCommand = 0; in init_smb2_neg_rsp()361 if (!req_hdr->NextCommand) { in smb2_set_rsp_credits()404 rsp->NextCommand = cpu_to_le32(new_len); in init_chained_smb2_rsp()432 rsp_hdr->NextCommand = 0; in init_chained_smb2_rsp()455 next_cmd = le32_to_cpu(hdr->NextCommand); in is_chained_smb2_message()511 rsp_hdr->NextCommand = 0; in init_smb2_rsp_hdr()554 if (le32_to_cpu(hdr->NextCommand) > 0) in smb2_allocate_rsp_buf()8830 else if (hdr->NextCommand) in smb2_check_sign_req()8831 len = le32_to_cpu(hdr->NextCommand); in smb2_check_sign_req()8905 else if (hdr->NextCommand) in smb3_check_sign_req()[all …]
647 rsp_hdr->NextCommand = 0; in __smb2_oplock_break_noti()754 rsp_hdr->NextCommand = 0; in __smb2_lease_break_noti()
147 __le32 NextCommand; member169 __le32 NextCommand; member
2650 shdr->NextCommand = cpu_to_le32(len); in smb2_set_next_command()4989 next_cmd = le32_to_cpu(shdr->NextCommand); in receive_encrypted_standard()5100 *noff = le32_to_cpu(hdr->NextCommand); in smb2_next_header()
4494 shdr->NextCommand = cpu_to_le32(*total_len); in smb2_new_read_req()4496 shdr->NextCommand = 0; in smb2_new_read_req()
Completed in 45 milliseconds