Searched refs:SMB2_TRANSFORM_PROTO_NUM (Results 1 – 5 of 5) sorted by relevance
198 *proto != SMB2_TRANSFORM_PROTO_NUM) in ksmbd_smb_request()
9169 tr_hdr->ProtocolId = SMB2_TRANSFORM_PROTO_NUM; in smb3_decrypt_req() 9206 return trhdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM; in smb3_11_final_sess_setup_resp()
156 if (shdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in smb2_check_message()
399 if (shdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in __smb2_find_mid()4316 tr_hdr->ProtocolId = SMB2_TRANSFORM_PROTO_NUM; in fill_transform_hdr()4614 return trhdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM; in smb3_is_transform_hdr()5168 if (hdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in smb2_next_header()
118 #define SMB2_TRANSFORM_PROTO_NUM cpu_to_le32(0x424d53fd) macro