Home
last modified time | relevance | path

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

/linux-6.6.21/net/core/
Dxdp.c338 int xdp_reg_mem_model(struct xdp_mem_info *mem, in xdp_reg_mem_model() function
348 EXPORT_SYMBOL_GPL(xdp_reg_mem_model);
/linux-6.6.21/include/net/
Dxdp.h351 int xdp_reg_mem_model(struct xdp_mem_info *mem,
/linux-6.6.21/net/bpf/
Dtest_run.c187 err = xdp_reg_mem_model(&xdp->mem, MEM_TYPE_PAGE_POOL, pp); in xdp_test_run_setup()