Searched refs:inet_gifconf (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | inetdevice.h | 182 int inet_gifconf(struct net_device *dev, char __user *buf, int len, int size); 184 static inline int inet_gifconf(struct net_device *dev, char __user *buf, in inet_gifconf() function
|
| /Linux-v5.15/net/core/ |
| D | dev_ioctl.c | 67 done = inet_gifconf(dev, NULL, 0, size); in dev_ifconf() 69 done = inet_gifconf(dev, pos + total, in dev_ifconf()
|
| /Linux-v5.15/net/ipv4/ |
| D | devinet.c | 1246 int inet_gifconf(struct net_device *dev, char __user *buf, int len, int size) in inet_gifconf() function
|