Searched refs:inet_gifconf (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | inetdevice.h | 189 int inet_gifconf(struct net_device *dev, char __user *buf, int len, int size); 191 static inline int inet_gifconf(struct net_device *dev, char __user *buf, in inet_gifconf() function
|
| /linux/net/core/ |
| H A D | dev_ioctl.c | 72 done = inet_gifconf(dev, NULL, 0, size); in dev_ifconf() 74 done = inet_gifconf(dev, pos + total, in dev_ifconf()
|
| /linux/net/ipv4/ |
| H A D | devinet.c | 1305 int inet_gifconf(struct net_device *dev, char __user *buf, int len, int size) in inet_gifconf() function
|