Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dif.h286 struct ifconf { struct
/Linux-v5.10/net/core/
Ddev_ioctl.c54 int dev_ifconf(struct net *net, struct ifconf *ifc, int size) in dev_ifconf()
/Linux-v5.10/net/
Dsocket.c1057 struct ifconf ifc; in sock_do_ioctl()
1058 if (copy_from_user(&ifc, argp, sizeof(struct ifconf))) in sock_do_ioctl()
1063 if (!err && copy_to_user(argp, &ifc, sizeof(struct ifconf))) in sock_do_ioctl()
3104 struct ifconf ifc; in compat_dev_ifconf()
/Linux-v5.10/include/linux/
Dnetdevice.h3857 int dev_ifconf(struct net *net, struct ifconf *, int);