Home
last modified time | relevance | path

Searched refs:netdev_get_by_index_lock_ops_compat (Results 1 – 3 of 3) sorted by relevance

/linux/net/core/
H A Dnetdev-genl.c496 netdev = netdev_get_by_index_lock_ops_compat(genl_info_net(info), in netdev_nl_queue_get_doit()
554 netdev = netdev_get_by_index_lock_ops_compat(net, ifindex); in netdev_nl_queue_get_dumpit()
844 netdev = netdev_get_by_index_lock_ops_compat(net, ifindex); in netdev_nl_qstats_get_dumpit()
H A Ddev.h46 netdev_get_by_index_lock_ops_compat(struct net *net, int ifindex);
H A Ddev.c1094 netdev_get_by_index_lock_ops_compat(struct net *net, int ifindex) in netdev_get_by_index_lock_ops_compat() function