Home
last modified time | relevance | path

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

/Linux-v5.4/net/atm/
Dioctl.c264 struct atmif_sioc __user *sioc; in do_atmif_sioc() local
270 sioc = compat_alloc_user_space(sizeof(*sioc)); in do_atmif_sioc()
273 if (copy_in_user(&sioc->number, &sioc32->number, 2 * sizeof(int)) || in do_atmif_sioc()
277 if (put_user(datap, &sioc->arg)) in do_atmif_sioc()
280 err = do_vcc_ioctl(sock, cmd, (unsigned long) sioc, 0); in do_atmif_sioc()
283 if (copy_in_user(&sioc32->length, &sioc->length, in do_atmif_sioc()
Dresources.c268 struct atmif_sioc __user *sioc = arg; in atm_dev_ioctl() local
270 sioc_len = &sioc->length; in atm_dev_ioctl()
271 if (get_user(buf, &sioc->arg)) in atm_dev_ioctl()
273 if (get_user(len, &sioc->length)) in atm_dev_ioctl()
275 if (get_user(number, &sioc->number)) in atm_dev_ioctl()