Searched refs:__xdp_reg_mem_model (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | xdp.c | 267 static struct xdp_mem_allocator *__xdp_reg_mem_model(struct xdp_mem_info *mem, in __xdp_reg_mem_model() function 336 xdp_alloc = __xdp_reg_mem_model(mem, type, allocator); in xdp_reg_mem_model() 353 xdp_alloc = __xdp_reg_mem_model(&xdp_rxq->mem, type, allocator); in xdp_rxq_info_reg_mem_model()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | xdp.c | 272 static struct xdp_mem_allocator *__xdp_reg_mem_model(struct xdp_mem_info *mem, in __xdp_reg_mem_model() function 343 xdp_alloc = __xdp_reg_mem_model(mem, type, allocator); in xdp_reg_mem_model() 360 xdp_alloc = __xdp_reg_mem_model(&xdp_rxq->mem, type, allocator); in xdp_rxq_info_reg_mem_model()
|
Completed in 4 milliseconds