Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev.h27 netdev_napi_by_id_lock(struct net *net, unsigned int napi_id);
H A Dnetdev-genl.c232 napi = netdev_napi_by_id_lock(genl_info_net(info), napi_id); in netdev_nl_napi_get_doit()
355 napi = netdev_napi_by_id_lock(genl_info_net(info), napi_id); in netdev_nl_napi_set_doit()
H A Ddev.c799 netdev_napi_by_id_lock(struct net *net, unsigned int napi_id) in netdev_napi_by_id_lock() function