Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Dxdp.c433 bool napi_direct, struct xdp_buff *xdp) in __xdp_return() argument
438 if (napi_direct && xdp_return_frame_no_direct()) in __xdp_return()
439 napi_direct = false; in __xdp_return()
444 napi_direct); in __xdp_return()
/linux-6.15/include/net/
H A Dxdp.h410 bool napi_direct, struct xdp_buff *xdp);