Home
last modified time | relevance | path

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

/linux-6.6.21/net/atm/
Dresources.h17 int atm_getnames(void __user *buf, int __user *iobuf_len);
Dioctl.c186 error = atm_getnames(buf, len); in do_vcc_ioctl()
286 return atm_getnames(&iobuf32->length, compat_ptr(data)); in do_atm_iobuf()
Dresources.c194 int atm_getnames(void __user *buf, int __user *iobuf_len) in atm_getnames() function