Searched refs:smb_rsp (Results 1 – 1 of 1) sorted by relevance
4061 struct smb2_change_notify_rsp *smb_rsp; in SMB2_change_notify() local4120 smb_rsp = (struct smb2_change_notify_rsp *)rsp_iov.iov_base; in SMB2_change_notify()4122 rc = smb2_validate_iov(le16_to_cpu(smb_rsp->OutputBufferOffset), in SMB2_change_notify()4123 le32_to_cpu(smb_rsp->OutputBufferLength), in SMB2_change_notify()4129 *out_data = kmemdup((char *)smb_rsp + le16_to_cpu(smb_rsp->OutputBufferOffset), in SMB2_change_notify()4130 le32_to_cpu(smb_rsp->OutputBufferLength), GFP_KERNEL); in SMB2_change_notify()4135 *plen = le32_to_cpu(smb_rsp->OutputBufferLength); in SMB2_change_notify()