Home
last modified time | relevance | path

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

/linux/net/core/
H A 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/include/net/
H A Dxdp.h461 void xdp_unreg_mem_model(struct xdp_mem_info *mem);
/linux/net/bpf/
H A Dtest_run.c217 xdp_unreg_mem_model(&xdp->mem); in xdp_test_run_teardown()