Home
last modified time | relevance | path

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

/fs/ksmbd/
Dsmb_common.c174 *proto != SMB2_TRANSFORM_PROTO_NUM) in ksmbd_smb_request()
Dsmb2pdu.h111 #define SMB2_TRANSFORM_PROTO_NUM cpu_to_le32(0x424d53fd) macro
Dsmb2pdu.c8568 tr_hdr->ProtocolId = SMB2_TRANSFORM_PROTO_NUM; in fill_transform_hdr()
8605 return trhdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM; in smb3_is_transform_hdr()
/fs/cifs/
Dsmb2misc.c150 if (shdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in smb2_check_message()
Dsmb2pdu.h80 #define SMB2_TRANSFORM_PROTO_NUM cpu_to_le32(0x424d53fd) macro
Dsmb2ops.c332 if (shdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in __smb2_find_mid()
4410 tr_hdr->ProtocolId = SMB2_TRANSFORM_PROTO_NUM; in fill_transform_hdr()
4710 return trhdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM; in smb3_is_transform_hdr()
5281 if (hdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) in smb2_next_header()