Home
last modified time | relevance | path

Searched refs:xsk_pool_get_napi_id (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dxdp_sock_drv.h50 static inline unsigned int xsk_pool_get_napi_id(struct xsk_buff_pool *pool) in xsk_pool_get_napi_id() function
271 static inline unsigned int xsk_pool_get_napi_id(struct xsk_buff_pool *pool) in xsk_pool_get_napi_id() function
/openbmc/linux/net/xdp/
H A Dxsk.c851 __sk_mark_napi_id_once(sk, xsk_pool_get_napi_id(xs->pool)); in __xsk_sendmsg()