Lines Matching defs:ifindex
1826 * @ifindex: interface index
2105 int ifindex;
3032 #define for_each_netdev_dump(net, d, ifindex) \
3033 xa_for_each_start(&(net)->dev_by_index, (ifindex), (d), (ifindex))
3141 struct net_device *dev_get_by_index(struct net *net, int ifindex);
3142 struct net_device *__dev_get_by_index(struct net *net, int ifindex);
3143 struct net_device *netdev_get_by_index(struct net *net, int ifindex,
3147 struct net_device *dev_get_by_index_rcu(struct net *net, int ifindex);
5081 return dev->ifindex;