Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Dxdp.c336 int xdp_reg_mem_model(struct xdp_mem_info *mem, in xdp_reg_mem_model() function
346 EXPORT_SYMBOL_GPL(xdp_reg_mem_model);
/Linux-v6.1/include/net/
Dxdp.h377 int xdp_reg_mem_model(struct xdp_mem_info *mem,
/Linux-v6.1/net/bpf/
Dtest_run.c177 err = xdp_reg_mem_model(&xdp->mem, MEM_TYPE_PAGE_POOL, pp); in xdp_test_run_setup()