Searched refs:napi_direct (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/core/
H A Dxdp.c374 * while still leveraging this protection. The @napi_direct boolean
378 void __xdp_return(void *data, struct xdp_mem_info *mem, bool napi_direct, argument
386 if (napi_direct && xdp_return_frame_no_direct())
387 napi_direct = false;
391 page_pool_put_full_page(page->pp, page, napi_direct);
/linux-master/include/net/
H A Dxdp.h311 void __xdp_return(void *data, struct xdp_mem_info *mem, bool napi_direct,

Completed in 142 milliseconds