Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Ddev.h28 netdev_napi_by_id_lock(struct net *net, unsigned int napi_id);
H A Dnetdev-genl.c235 napi = netdev_napi_by_id_lock(genl_info_net(info), napi_id); in netdev_nl_napi_get_doit()
358 napi = netdev_napi_by_id_lock(genl_info_net(info), napi_id); in netdev_nl_napi_set_doit()
H A Ddev.c815 netdev_napi_by_id_lock(struct net *net, unsigned int napi_id) in netdev_napi_by_id_lock() function