Home
last modified time | relevance | path

Searched refs:SMB2_HEADER_STRUCTURE_SIZE (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/fs/ksmbd/
Dsmb2misc.c371 if (hdr->StructureSize != SMB2_HEADER_STRUCTURE_SIZE) { in ksmbd_smb2_check_message()
Doplock.c637 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in __smb2_oplock_break_noti()
744 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in __smb2_lease_break_noti()
Dsmb2pdu.h129 #define SMB2_HEADER_STRUCTURE_SIZE \ macro
Dsmb2pdu.c248 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in init_smb2_neg_rsp()
411 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in init_chained_smb2_rsp()
494 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in init_smb2_rsp_hdr()
/Linux-v5.15/fs/cifs/
Dsmb2misc.c193 if (shdr->StructureSize != SMB2_HEADER_STRUCTURE_SIZE) { in smb2_check_message()
Dsmb2pdu.h92 #define SMB2_HEADER_STRUCTURE_SIZE cpu_to_le16(64) macro