Searched defs:__dev_get_by_index (Results 1 - 1 of 1) sorted by relevance

/net/core/
H A Ddev.c721 * __dev_get_by_index - find a device by its ifindex
732 struct net_device *__dev_get_by_index(struct net *net, int ifindex) function
743 EXPORT_SYMBOL(__dev_get_by_index); variable
4873 if (!__dev_get_by_index(net, ifindex))
5242 else if (__dev_get_by_index(net, dev->ifindex))
5935 if (__dev_get_by_index(net, dev->ifindex)) {

Completed in 30 milliseconds