Home
last modified time | relevance | path

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

/linux-5.19.10/net/core/
Ddev_ioctl.c46 struct compat_ifconf ifc32; in dev_ifconf() local
48 if (copy_from_user(&ifc32, uifc, sizeof(struct compat_ifconf))) in dev_ifconf()
51 pos = compat_ptr(ifc32.ifcbuf); in dev_ifconf()
52 len = ifc32.ifc_len; in dev_ifconf()