Home
last modified time | relevance | path

Searched refs:xdp_mem_info (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/include/net/
Dxdp.h50 struct xdp_mem_info { struct
61 struct xdp_mem_info mem; argument
171 struct xdp_mem_info mem;
308 void __xdp_return(void *data, struct xdp_mem_info *mem, bool napi_direct,
322 void __xdp_release_frame(void *data, struct xdp_mem_info *mem);
325 struct xdp_mem_info *mem = &xdpf->mem; in xdp_release_frame()
377 int xdp_reg_mem_model(struct xdp_mem_info *mem,
379 void xdp_unreg_mem_model(struct xdp_mem_info *mem);
Dpage_pool.h246 struct xdp_mem_info;
251 struct xdp_mem_info *mem);
262 struct xdp_mem_info *mem) in page_pool_use_xdp_mem()
Dxdp_priv.h10 struct xdp_mem_info mem;
/linux-6.1.9/net/core/
Dxdp.c113 void xdp_unreg_mem_model(struct xdp_mem_info *mem) in xdp_unreg_mem_model()
270 static struct xdp_mem_allocator *__xdp_reg_mem_model(struct xdp_mem_info *mem, in __xdp_reg_mem_model()
336 int xdp_reg_mem_model(struct xdp_mem_info *mem, in xdp_reg_mem_model()
375 void __xdp_return(void *data, struct xdp_mem_info *mem, bool napi_direct, in __xdp_return()
473 struct xdp_mem_info *mem = &xdpf->mem; in xdp_return_frame_bulk()
533 void __xdp_release_frame(void *data, struct xdp_mem_info *mem) in __xdp_release_frame()
Dpage_pool.c833 struct xdp_mem_info *mem) in page_pool_use_xdp_mem()
/linux-6.1.9/include/trace/events/
Dxdp.h383 TP_PROTO(const struct xdp_mem_info *mem,
/linux-6.1.9/net/bpf/
Dtest_run.c111 struct xdp_mem_info mem;
/linux-6.1.9/drivers/net/
Dveth.c63 struct xdp_mem_info xdp_mem;