Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif.h283 struct ifconf { struct
/Linux-v4.19/net/core/
Ddev_ioctl.c53 int dev_ifconf(struct net *net, struct ifconf *ifc, int size) in dev_ifconf()
/Linux-v4.19/net/
Dsocket.c960 struct ifconf ifc; in sock_do_ioctl()
961 if (copy_from_user(&ifc, argp, sizeof(struct ifconf))) in sock_do_ioctl()
966 if (!err && copy_to_user(argp, &ifc, sizeof(struct ifconf))) in sock_do_ioctl()
2784 struct ifconf ifc; in compat_dev_ifconf()
/Linux-v4.19/include/linux/
Dnetdevice.h3555 int dev_ifconf(struct net *net, struct ifconf *, int);