Home
last modified time | relevance | path

Searched refs:ProtocolId (Results 1 – 4 of 4) sorted by relevance

/fs/cifs/
Dsmb2misc.c42 if ((shdr->ProtocolId == SMB2_PROTO_NUMBER) && in check_smb2_hdr()
54 if (shdr->ProtocolId != SMB2_PROTO_NUMBER) in check_smb2_hdr()
56 le32_to_cpu(shdr->ProtocolId)); in check_smb2_hdr()
145 if (shdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in smb2_check_message()
Dsmb2pdu.h106 __le32 ProtocolId; /* 0xFE 'S' 'M' 'B' */ member
130 __le32 ProtocolId; /* 0xFD 'S' 'M' 'B' */ member
Dsmb2ops.c268 if (shdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in smb2_find_mid()
3518 tr_hdr->ProtocolId = SMB2_TRANSFORM_PROTO_NUM; in fill_transform_hdr()
3815 return trhdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM; in smb3_is_transform_hdr()
4333 if (hdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) in smb2_next_header()
Dsmb2pdu.c103 shdr->ProtocolId = SMB2_PROTO_NUMBER; in smb2_hdr_assemble()