Searched refs:netdev_get_by_index (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | netlink.c | 118 dev = netdev_get_by_index(net, ifindex, &req_info->dev_tracker, in ethnl_parse_header_dev_get()
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | 3151 struct net_device *netdev_get_by_index(struct net *net, int ifindex,
|
/openbmc/linux/net/core/ |
H A D | dev.c | 866 /* Deprecated for new users, call netdev_get_by_index() instead */ 880 * netdev_get_by_index() - find a device by its ifindex 891 struct net_device *netdev_get_by_index(struct net *net, int ifindex, in netdev_get_by_index() function 901 EXPORT_SYMBOL(netdev_get_by_index);
|
/openbmc/linux/net/ipv6/ |
H A D | route.c | 3540 dev = netdev_get_by_index(net, cfg->fc_ifindex, in fib6_nh_init()
|