Searched refs:uifc32 (Results 1 – 1 of 1) sorted by relevance
3101 static int compat_dev_ifconf(struct net *net, struct compat_ifconf __user *uifc32) in compat_dev_ifconf() argument3107 if (copy_from_user(&ifc32, uifc32, sizeof(struct compat_ifconf))) in compat_dev_ifconf()3120 if (copy_to_user(uifc32, &ifc32, sizeof(struct compat_ifconf))) in compat_dev_ifconf()