ifconf 342 fs/compat_ioctl.c struct ifconf ifc; ifconf 343 fs/compat_ioctl.c struct ifconf __user *uifc; ifconf 356 fs/compat_ioctl.c uifc = compat_alloc_user_space(sizeof(struct ifconf)); ifconf 360 fs/compat_ioctl.c uifc = compat_alloc_user_space(sizeof(struct ifconf) + len); ifconf 371 fs/compat_ioctl.c if (copy_to_user(uifc, &ifc, sizeof(struct ifconf))) ifconf 378 fs/compat_ioctl.c if (copy_from_user(&ifc, uifc, sizeof(struct ifconf))) ifconf 2526 net/core/dev.c struct ifconf ifc; ifconf 2537 net/core/dev.c if (copy_from_user(&ifc, arg, sizeof(struct ifconf))) ifconf 2572 net/core/dev.c return copy_to_user(arg, &ifc, sizeof(struct ifconf)) ? -EFAULT : 0;