Searched refs:dev_ifconf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | dev_ioctl.c | 35 int dev_ifconf(struct net *net, struct ifconf *ifc, int size) in dev_ifconf() function
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dev_ioctl.c | 38 int dev_ifconf(struct net *net, struct ifconf __user *uifc) in dev_ifconf() function
|
/kernel/linux/linux-5.10/net/ |
H A D | socket.c | 1080 err = dev_ifconf(net, &ifc, sizeof(struct ifreq)); in sock_do_ioctl() 3129 err = dev_ifconf(net, &ifc, sizeof(struct compat_ifreq)); in compat_dev_ifconf()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netdevice.h | 3911 int dev_ifconf(struct net *net, struct ifconf *, int);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netdevice.h | 3931 int dev_ifconf(struct net *net, struct ifconf __user *ifc);
|
/kernel/linux/linux-6.6/net/ |
H A D | socket.c | 1337 err = dev_ifconf(net, argp); in sock_ioctl()
|
Completed in 35 milliseconds