Searched refs:xdp_mem_info (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | xdp.h | 53 struct xdp_mem_info { struct 64 struct xdp_mem_info mem; argument 174 struct xdp_mem_info mem; 311 void __xdp_return(void *data, struct xdp_mem_info *mem, bool napi_direct, 325 void __xdp_release_frame(void *data, struct xdp_mem_info *mem); 328 struct xdp_mem_info *mem = &xdpf->mem; in xdp_release_frame() 380 int xdp_reg_mem_model(struct xdp_mem_info *mem, 382 void xdp_unreg_mem_model(struct xdp_mem_info *mem);
|
A D | page_pool.h | 246 struct xdp_mem_info; 251 struct xdp_mem_info *mem); 262 struct xdp_mem_info *mem) in page_pool_use_xdp_mem()
|
A D | xdp_priv.h | 10 struct xdp_mem_info mem;
|
/linux-6.3-rc2/net/core/ |
A D | xdp.c | 115 void xdp_unreg_mem_model(struct xdp_mem_info *mem) in xdp_unreg_mem_model() 272 static struct xdp_mem_allocator *__xdp_reg_mem_model(struct xdp_mem_info *mem, in __xdp_reg_mem_model() 338 int xdp_reg_mem_model(struct xdp_mem_info *mem, in xdp_reg_mem_model() 377 void __xdp_return(void *data, struct xdp_mem_info *mem, bool napi_direct, in __xdp_return() 475 struct xdp_mem_info *mem = &xdpf->mem; in xdp_return_frame_bulk() 535 void __xdp_release_frame(void *data, struct xdp_mem_info *mem) in __xdp_release_frame()
|
A D | page_pool.c | 833 struct xdp_mem_info *mem) in page_pool_use_xdp_mem()
|
/linux-6.3-rc2/include/trace/events/ |
A D | xdp.h | 383 TP_PROTO(const struct xdp_mem_info *mem,
|
/linux-6.3-rc2/net/bpf/ |
A D | test_run.c | 114 struct xdp_mem_info mem;
|
/linux-6.3-rc2/drivers/net/ |
A D | veth.c | 63 struct xdp_mem_info xdp_mem;
|
Completed in 19 milliseconds