Searched refs:iobuf32 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/atm/
H A Dioctl.c249 struct compat_atm_iobuf __user *iobuf32; do_atm_iobuf() local
255 iobuf32 = compat_ptr(arg); do_atm_iobuf()
257 if (get_user(len, &iobuf32->length) || do_atm_iobuf()
258 get_user(data, &iobuf32->buffer)) do_atm_iobuf()
268 if (copy_in_user(&iobuf32->length, &iobuf->length, do_atm_iobuf()

Completed in 60 milliseconds