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