Home
last modified time | relevance | path

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

/linux/net/core/
A Ddev_ioctl.c35 int dev_ifconf(struct net *net, struct ifconf __user *uifc) in dev_ifconf() argument
46 if (copy_from_user(&ifc32, uifc, sizeof(struct compat_ifconf))) in dev_ifconf()
55 if (copy_from_user(&ifc, uifc, sizeof(struct ifconf))) in dev_ifconf()
79 return put_user(total, &uifc->ifc_len); in dev_ifconf()

Completed in 4 milliseconds