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