Home
last modified time | relevance | path

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

/linux/net/core/
H A Dxdp.c434 bool napi_direct, struct xdp_buff *xdp) in __xdp_return() argument
439 if (napi_direct && xdp_return_frame_no_direct()) in __xdp_return()
440 napi_direct = false; in __xdp_return()
445 napi_direct); in __xdp_return()
/linux/include/net/
H A Dxdp.h449 bool napi_direct, struct xdp_buff *xdp);