Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev_ioctl.c72 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 Ddevinet.c1305 int inet_gifconf(struct net_device *dev, char __user *buf, int len, int size) in inet_gifconf() function