Home
last modified time | relevance | path

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

/net/
Dsocket.c2797 struct ifconf __user *uifc; in dev_ifconf() local
2811 uifc = compat_alloc_user_space(sizeof(struct ifconf)); in dev_ifconf()
2815 uifc = compat_alloc_user_space(sizeof(struct ifconf) + len); in dev_ifconf()
2817 ifr = ifc.ifc_req = (void __user *)(uifc + 1); in dev_ifconf()
2826 if (copy_to_user(uifc, &ifc, sizeof(struct ifconf))) in dev_ifconf()
2829 err = dev_ioctl(net, SIOCGIFCONF, uifc); in dev_ifconf()
2833 if (copy_from_user(&ifc, uifc, sizeof(struct ifconf))) in dev_ifconf()