Home
last modified time | relevance | path

Searched refs:netdev_get_by_index_lock (Results 1 – 4 of 4) sorted by relevance

/linux/net/shaper/
H A Dshaper.c218 dev = netdev_get_by_index_lock(ns, ifindex); in net_shaper_ctx_setup_lock()
/linux/io_uring/
H A Dzcrx.c795 ifq->netdev = netdev_get_by_index_lock(current->nsproxy->net_ns, in zcrx_register_netdev()
/linux/include/linux/
H A Dnetdevice.h3459 struct net_device *netdev_get_by_index_lock(struct net *net, int ifindex);
/linux/net/core/
H A Ddev.c1103 struct net_device *netdev_get_by_index_lock(struct net *net, int ifindex) in netdev_get_by_index_lock() function