Home
last modified time | relevance | path

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

/linux/net/atm/
H A Dioctl.c280 struct compat_atm_iobuf __user *iobuf32 = compat_ptr(arg); in do_atm_iobuf() local
283 if (get_user(data, &iobuf32->buffer)) in do_atm_iobuf()
286 return atm_getnames(&iobuf32->length, compat_ptr(data)); in do_atm_iobuf()