Home
last modified time | relevance | path

Searched refs:SMB2_PROTO_NUMBER (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/cifs/
Dsmb2misc.c43 if ((shdr->ProtocolId == SMB2_PROTO_NUMBER) && in check_smb2_hdr()
55 if (shdr->ProtocolId != SMB2_PROTO_NUMBER) in check_smb2_hdr()
Dsmb2pdu.h92 #define SMB2_PROTO_NUMBER cpu_to_le32(0x424d53fe) macro
Dsmb2pdu.c104 shdr->ProtocolId = SMB2_PROTO_NUMBER; in smb2_hdr_assemble()