Home
last modified time | relevance | path

Searched refs:sioc (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/atm/
Dioctl.c279 struct atmif_sioc __user *sioc; in do_atmif_sioc() local
285 sioc = compat_alloc_user_space(sizeof(*sioc)); in do_atmif_sioc()
288 if (copy_in_user(&sioc->number, &sioc32->number, 2 * sizeof(int)) || in do_atmif_sioc()
292 if (put_user(datap, &sioc->arg)) in do_atmif_sioc()
295 err = do_vcc_ioctl(sock, cmd, (unsigned long) sioc, 0); in do_atmif_sioc()
298 if (copy_in_user(&sioc32->length, &sioc->length, in do_atmif_sioc()
Dresources.c271 struct atmif_sioc __user *sioc = arg; in atm_dev_ioctl() local
273 sioc_len = &sioc->length; in atm_dev_ioctl()
274 if (get_user(buf, &sioc->arg)) in atm_dev_ioctl()
276 if (get_user(len, &sioc->length)) in atm_dev_ioctl()
278 if (get_user(number, &sioc->number)) in atm_dev_ioctl()