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

/net/
H A Dsocket.c2782 struct compat_ifconf ifc32; local
2790 if (copy_from_user(&ifc32, uifc32, sizeof(struct compat_ifconf)))
2794 if (ifc32.ifcbuf == 0) {
2795 ifc32.ifc_len = 0;
2800 size_t len = ((ifc32.ifc_len / sizeof(struct compat_ifreq)) + 1) *
2805 ifr32 = compat_ptr(ifc32.ifcbuf);
2806 for (i = 0; i < ifc32.ifc_len; i += sizeof(struct compat_ifreq)) {
2824 ifr32 = compat_ptr(ifc32.ifcbuf);
2826 i + sizeof(struct compat_ifreq) <= ifc32.ifc_len && j < ifc.ifc_len;
2834 if (ifc32
[all...]

Completed in 57 milliseconds