Searched refs:smb_rsp (Results 1 – 1 of 1) sorted by relevance
3979 struct smb2_change_notify_rsp *smb_rsp; in SMB2_change_notify() local4034 smb_rsp = (struct smb2_change_notify_rsp *)rsp_iov.iov_base; in SMB2_change_notify()4036 smb2_validate_iov(le16_to_cpu(smb_rsp->OutputBufferOffset), in SMB2_change_notify()4037 le32_to_cpu(smb_rsp->OutputBufferLength), &rsp_iov, in SMB2_change_notify()4040 *out_data = kmemdup((char *)smb_rsp + le16_to_cpu(smb_rsp->OutputBufferOffset), in SMB2_change_notify()4041 le32_to_cpu(smb_rsp->OutputBufferLength), GFP_KERNEL); in SMB2_change_notify()4046 *plen = le32_to_cpu(smb_rsp->OutputBufferLength); in SMB2_change_notify()