Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Dxdp.c113 void xdp_unreg_mem_model(struct xdp_mem_info *mem) in xdp_unreg_mem_model() function
133 EXPORT_SYMBOL_GPL(xdp_unreg_mem_model);
142 xdp_unreg_mem_model(&xdp_rxq->mem); in xdp_rxq_info_unreg_mem_model()
/Linux-v6.1/include/net/
Dxdp.h379 void xdp_unreg_mem_model(struct xdp_mem_info *mem);
/Linux-v6.1/net/bpf/
Dtest_run.c205 xdp_unreg_mem_model(&xdp->mem); in xdp_test_run_teardown()