Home
last modified time | relevance | path

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

/net/
Dsocket.c3068 struct compat_ifconf ifc32; in compat_dev_ifconf() local
3072 if (copy_from_user(&ifc32, uifc32, sizeof(struct compat_ifconf))) in compat_dev_ifconf()
3075 ifc.ifc_len = ifc32.ifc_len; in compat_dev_ifconf()
3076 ifc.ifc_req = compat_ptr(ifc32.ifcbuf); in compat_dev_ifconf()
3084 ifc32.ifc_len = ifc.ifc_len; in compat_dev_ifconf()
3085 if (copy_to_user(uifc32, &ifc32, sizeof(struct compat_ifconf))) in compat_dev_ifconf()