Searched refs:ifconf (Results 1 – 7 of 7) sorted by relevance
38 int dev_ifconf(struct net *net, struct ifconf __user *uifc) in dev_ifconf()56 struct ifconf ifc; in dev_ifconf()58 if (copy_from_user(&ifc, uifc, sizeof(struct ifconf))) in dev_ifconf()
286 struct ifconf { struct
73 + struct ifconf conf;
87 struct ifconf ifc;
48 STRUCT(ifconf,
4737 struct ifconf *host_ifconf; in do_ioctl_ifconf()4762 host_ifconf = (struct ifconf *)(unsigned long)buf_temp; in do_ioctl_ifconf()
3951 int dev_ifconf(struct net *net, struct ifconf __user *ifc);