Home
last modified time | relevance | path

Searched refs:xdp_unreg_mem_model (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/net/core/
Dxdp.c116 void xdp_unreg_mem_model(struct xdp_mem_info *mem) in xdp_unreg_mem_model() function
134 EXPORT_SYMBOL_GPL(xdp_unreg_mem_model);
143 xdp_unreg_mem_model(&xdp_rxq->mem); in xdp_rxq_info_unreg_mem_model()
402 xdp_unreg_mem_model(&mem); in xdp_unreg_page_pool()
/linux-6.14.4/include/net/
Dxdp.h461 void xdp_unreg_mem_model(struct xdp_mem_info *mem);
/linux-6.14.4/net/bpf/
Dtest_run.c217 xdp_unreg_mem_model(&xdp->mem); in xdp_test_run_teardown()