Home
last modified time | relevance | path

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

/linux-3.4.99/net/
Dsocket.c2697 struct compat_ifconf ifc32; in dev_ifconf() local
2705 if (copy_from_user(&ifc32, uifc32, sizeof(struct compat_ifconf))) in dev_ifconf()
2709 if (ifc32.ifcbuf == 0) { in dev_ifconf()
2710 ifc32.ifc_len = 0; in dev_ifconf()
2715 size_t len = ((ifc32.ifc_len / sizeof(struct compat_ifreq)) + 1) * in dev_ifconf()
2720 ifr32 = compat_ptr(ifc32.ifcbuf); in dev_ifconf()
2721 for (i = 0; i < ifc32.ifc_len; i += sizeof(struct compat_ifreq)) { in dev_ifconf()
2739 ifr32 = compat_ptr(ifc32.ifcbuf); in dev_ifconf()
2741 i + sizeof(struct compat_ifreq) <= ifc32.ifc_len && j < ifc.ifc_len; in dev_ifconf()
2749 if (ifc32.ifcbuf == 0) { in dev_ifconf()
[all …]