Home
last modified time | relevance | path

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

/linux-4.4.14/net/
Dsocket.c2605 struct ifconf __user *uifc; in dev_ifconf() local
2619 uifc = compat_alloc_user_space(sizeof(struct ifconf)); in dev_ifconf()
2623 uifc = compat_alloc_user_space(sizeof(struct ifconf) + len); in dev_ifconf()
2625 ifr = ifc.ifc_req = (void __user *)(uifc + 1); in dev_ifconf()
2634 if (copy_to_user(uifc, &ifc, sizeof(struct ifconf))) in dev_ifconf()
2637 err = dev_ioctl(net, SIOCGIFCONF, uifc); in dev_ifconf()
2641 if (copy_from_user(&ifc, uifc, sizeof(struct ifconf))) in dev_ifconf()