Searched refs:ureq (Results 1 – 1 of 1) sorted by relevance
4604 struct qeth_snmp_ureq *ureq; in qeth_snmp_command() local4625 ureq = memdup_user(udata, req_len + sizeof(struct qeth_snmp_ureq_hdr)); in qeth_snmp_command()4626 if (IS_ERR(ureq)) { in qeth_snmp_command()4628 return PTR_ERR(ureq); in qeth_snmp_command()4630 qinfo.udata_len = ureq->hdr.data_len; in qeth_snmp_command()4633 kfree(ureq); in qeth_snmp_command()4645 memcpy(&cmd->data.setadapterparms.data.snmp, &ureq->cmd, req_len); in qeth_snmp_command()4656 kfree(ureq); in qeth_snmp_command()