Home
last modified time | relevance | path

Searched refs:inet_gifconf (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Dinetdevice.h187 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-6.1.9/net/core/
Ddev_ioctl.c69 done = inet_gifconf(dev, NULL, 0, size); in dev_ifconf()
71 done = inet_gifconf(dev, pos + total, in dev_ifconf()
/linux-6.1.9/net/ipv4/
Ddevinet.c1250 int inet_gifconf(struct net_device *dev, char __user *buf, int len, int size) in inet_gifconf() function