Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/server/
Dsmb2misc.c391 if (hdr->StructureSize != SMB2_HEADER_STRUCTURE_SIZE) { in ksmbd_smb2_check_message()
Doplock.c655 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in __smb2_oplock_break_noti()
759 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in __smb2_lease_break_noti()
Dsmb2pdu.c260 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in init_smb2_neg_rsp()
421 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in init_chained_smb2_rsp()
501 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in init_smb2_rsp_hdr()
/linux-6.12.1/fs/smb/client/
Dsmb2misc.c179 if (shdr->StructureSize != SMB2_HEADER_STRUCTURE_SIZE) { in smb2_check_message()
/linux-6.12.1/fs/smb/common/
Dsmb2pdu.h108 #define SMB2_HEADER_STRUCTURE_SIZE \ macro