Searched refs:StructureSize (Results 1 – 7 of 7) sorted by relevance
137 __le16 StructureSize; /* 64 */ member166 __le16 StructureSize; member307 __le16 StructureSize; /* Must be 9 */ member362 __le16 StructureSize; /* Must be 4 */ member368 __le16 StructureSize; /* Must be 4 */ member632 __le16 StructureSize; /* Must be 9 */ member645 __le16 StructureSize; /* Must be 4 */ member651 __le16 StructureSize; /* Must be 4 */ member677 __le16 StructureSize; /* 60 */ member786 __le16 StructureSize; member[all …]
199 if (shdr->StructureSize != SMB2_HEADER_STRUCTURE_SIZE) { in smb2_check_message()201 le16_to_cpu(shdr->StructureSize)); in smb2_check_message()321 (((struct smb2_err_rsp *)shdr)->StructureSize) == in smb2_get_data_area_len()424 int len = le16_to_cpu(shdr->StructureSize); in smb2_calc_size()690 if (rsp->StructureSize != in smb2_is_valid_oplock_break()692 if (le16_to_cpu(rsp->StructureSize) == 44) in smb2_is_valid_oplock_break()
100 __le32 StructureSize; member
92 shdr->StructureSize = cpu_to_le16(64); in smb2_hdr_assemble()5638 req->StructureSize = cpu_to_le16(36); in SMB2_lease_break()
195 *len = le16_to_cpu(hdr->StructureSize); in smb2_calc_size()363 if (hdr->StructureSize != SMB2_HEADER_STRUCTURE_SIZE) { in ksmbd_smb2_check_message()365 le16_to_cpu(hdr->StructureSize)); in ksmbd_smb2_check_message()
256 rsp->StructureSize = cpu_to_le16(65); in init_smb2_neg_rsp()1189 rsp->StructureSize = cpu_to_le16(65); in smb2_handle_negotiate()1639 rsp->StructureSize = cpu_to_le16(9); in smb2_sess_setup()1912 rsp->StructureSize = cpu_to_le16(16); in smb2_tree_connect()2032 rsp->StructureSize = cpu_to_le16(4); in smb2_tree_disconnect()2065 rsp->StructureSize = cpu_to_le16(4); in smb2_session_logoff()2125 rsp->StructureSize = cpu_to_le16(89); in create_smb2_pipe()5234 rsp->StructureSize = cpu_to_le16(9); in smb2_query_info()5392 rsp->StructureSize = cpu_to_le16(4); in smb2_echo()6065 rsp->StructureSize = cpu_to_le16(2); in smb2_set_info()[all …]
633 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in __smb2_oplock_break_noti()646 rsp->StructureSize = cpu_to_le16(24); in __smb2_oplock_break_noti()746 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in __smb2_lease_break_noti()758 rsp->StructureSize = cpu_to_le16(44); in __smb2_lease_break_noti()
Completed in 42 milliseconds