Searched refs:iobuf32 (Results 1 – 1 of 1) sorted by relevance
251 struct compat_atm_iobuf __user *iobuf32; in do_atm_iobuf() local257 iobuf32 = compat_ptr(arg); in do_atm_iobuf()259 if (get_user(len, &iobuf32->length) || in do_atm_iobuf()260 get_user(data, &iobuf32->buffer)) in do_atm_iobuf()270 if (copy_in_user(&iobuf32->length, &iobuf->length, in do_atm_iobuf()