Searched refs:inet_gifconf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | dev_ioctl.c | 57 done = inet_gifconf(dev, NULL, 0, size); in dev_ifconf() 59 done = inet_gifconf(dev, pos + total, in dev_ifconf()
|
/kernel/linux/linux-5.10/include/linux/ |
H A 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
|
/kernel/linux/linux-6.6/include/linux/ |
H A 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
|
/kernel/linux/linux-6.6/net/core/ |
H A 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()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | devinet.c | 1247 int inet_gifconf(struct net_device *dev, char __user *buf, int len, int size) in inet_gifconf() function
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | devinet.c | 1271 int inet_gifconf(struct net_device *dev, char __user *buf, int len, int size) in inet_gifconf() function
|
Completed in 10 milliseconds