Home
last modified time | relevance | path

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

/linux-6.6.21/net/core/
Dxdp.c115 void xdp_unreg_mem_model(struct xdp_mem_info *mem) in xdp_unreg_mem_model() function
135 EXPORT_SYMBOL_GPL(xdp_unreg_mem_model);
144 xdp_unreg_mem_model(&xdp_rxq->mem); in xdp_rxq_info_unreg_mem_model()
/linux-6.6.21/include/net/
Dxdp.h353 void xdp_unreg_mem_model(struct xdp_mem_info *mem);
/linux-6.6.21/net/bpf/
Dtest_run.c215 xdp_unreg_mem_model(&xdp->mem); in xdp_test_run_teardown()