Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dif.h283 struct ifconf { struct
/Linux-v5.4/net/core/
Ddev_ioctl.c53 int dev_ifconf(struct net *net, struct ifconf *ifc, int size) in dev_ifconf()
/Linux-v5.4/net/
Dsocket.c1048 struct ifconf ifc; in sock_do_ioctl()
1049 if (copy_from_user(&ifc, argp, sizeof(struct ifconf))) in sock_do_ioctl()
1054 if (!err && copy_to_user(argp, &ifc, sizeof(struct ifconf))) in sock_do_ioctl()
2988 struct ifconf ifc; in compat_dev_ifconf()
/Linux-v5.4/include/linux/
Dnetdevice.h3650 int dev_ifconf(struct net *net, struct ifconf *, int);