Searched refs:ifc_len (Results 1 – 5 of 5) sorted by relevance
80 + conf.ifc_len = len = n * sizeof(struct ifreq);85 + if (conf.ifc_len == len) {90 + n = conf.ifc_len / sizeof(struct ifreq);
53 len = ifc32.ifc_len; in dev_ifconf()62 len = ifc.ifc_len; in dev_ifconf()82 return put_user(total, &uifc->ifc_len); in dev_ifconf()
287 int ifc_len; /* size of buffer */ member
384 compat_int_t ifc_len; /* size of buffer */ member
4767 target_ifc_len = host_ifconf->ifc_len; in do_ioctl_ifconf()4786 host_ifconf->ifc_len = host_ifc_len; in do_ioctl_ifconf()4796 nb_ifreq = host_ifconf->ifc_len / sizeof(struct ifreq); in do_ioctl_ifconf()4798 host_ifconf->ifc_len = target_ifc_len; in do_ioctl_ifconf()