Searched refs:ifconf (Results 1 – 4 of 4) sorted by relevance
69 struct ifconf ifc; in dev_ifconf()80 if (copy_from_user(&ifc, arg, sizeof(struct ifconf))) in dev_ifconf()115 return copy_to_user(arg, &ifc, sizeof(struct ifconf)) ? -EFAULT : 0; in dev_ifconf()
252 struct ifconf { struct
2613 struct ifconf ifc; in dev_ifconf()2614 struct ifconf __user *uifc; in dev_ifconf()2628 uifc = compat_alloc_user_space(sizeof(struct ifconf)); in dev_ifconf()2632 uifc = compat_alloc_user_space(sizeof(struct ifconf) + len); in dev_ifconf()2643 if (copy_to_user(uifc, &ifc, sizeof(struct ifconf))) in dev_ifconf()2650 if (copy_from_user(&ifc, uifc, sizeof(struct ifconf))) in dev_ifconf()
148 struct ifconf ifc; in libcfs_ipif_enumerate()