Searched refs:smb_rsp (Results 1 – 1 of 1) sorted by relevance
4000 struct smb2_change_notify_rsp *smb_rsp; in SMB2_change_notify() local4055 smb_rsp = (struct smb2_change_notify_rsp *)rsp_iov.iov_base; in SMB2_change_notify()4057 smb2_validate_iov(le16_to_cpu(smb_rsp->OutputBufferOffset), in SMB2_change_notify()4058 le32_to_cpu(smb_rsp->OutputBufferLength), &rsp_iov, in SMB2_change_notify()4061 *out_data = kmemdup((char *)smb_rsp + le16_to_cpu(smb_rsp->OutputBufferOffset), in SMB2_change_notify()4062 le32_to_cpu(smb_rsp->OutputBufferLength), GFP_KERNEL); in SMB2_change_notify()4067 *plen = le32_to_cpu(smb_rsp->OutputBufferLength); in SMB2_change_notify()