Home
last modified time | relevance | path

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

/linux/include/net/page_pool/
H A Dtypes.h255 struct xdp_mem_info;
261 const struct xdp_mem_info *mem);
270 const struct xdp_mem_info *mem) in page_pool_use_xdp_mem()
/linux/include/net/
H A Dxdp.h55 struct xdp_mem_info { struct
66 struct xdp_mem_info mem; argument
459 int xdp_reg_mem_model(struct xdp_mem_info *mem,
461 void xdp_unreg_mem_model(struct xdp_mem_info *mem);
477 const struct xdp_mem_info *mem) in xdp_rxq_info_attach_mem_model()
492 xdp_rxq->mem = (struct xdp_mem_info){ }; in xdp_rxq_info_detach_mem_model()
H A Dxdp_priv.h10 struct xdp_mem_info mem;
/linux/net/core/
H A Dxdp.c116 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()
334 int xdp_reg_mem_model(struct xdp_mem_info *mem, in xdp_reg_mem_model()
382 struct xdp_mem_info mem; in xdp_reg_page_pool()
397 struct xdp_mem_info mem = { in xdp_unreg_page_pool()
417 struct xdp_mem_info mem = { in xdp_rxq_info_attach_page_pool()
H A Dpage_pool.c1126 const struct xdp_mem_info *mem) in page_pool_use_xdp_mem()
/linux/include/trace/events/
H A Dxdp.h384 TP_PROTO(const struct xdp_mem_info *mem,
/linux/net/bpf/
H A Dtest_run.c118 struct xdp_mem_info mem;
/linux/drivers/net/
H A Dveth.c65 struct xdp_mem_info xdp_mem;