Searched refs:netdev_lower_get_next_private (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dnetdevice.h4752 void *netdev_lower_get_next_private(struct net_device *dev,
4759 priv = netdev_lower_get_next_private(dev, &(iter)); \
4761 priv = netdev_lower_get_next_private(dev, &(iter)))
/linux-master/net/core/
H A Ddev.c7184 * netdev_lower_get_next_private - Get the next ->private from the
7194 void *netdev_lower_get_next_private(struct net_device *dev, function
7208 EXPORT_SYMBOL(netdev_lower_get_next_private); variable

Completed in 157 milliseconds