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 Ddev.h55 netdev_get_by_index_lock_ops_compat(struct net *net, int ifindex);
H A Dnetdev-genl.c573 netdev = netdev_get_by_index_lock_ops_compat(genl_info_net(info), in netdev_nl_queue_get_doit()
631 netdev = netdev_get_by_index_lock_ops_compat(net, ifindex); in netdev_nl_queue_get_dumpit()
921 netdev = netdev_get_by_index_lock_ops_compat(net, ifindex); in netdev_nl_qstats_get_dumpit()
H A Ddev.c1137 netdev_get_by_index_lock_ops_compat(struct net *net, int ifindex) in netdev_get_by_index_lock_ops_compat() function