Searched refs:xdp_alloc (Results 1 – 1 of 1) sorted by relevance
275 struct xdp_mem_allocator *xdp_alloc; in __xdp_reg_mem_model() local300 xdp_alloc = kzalloc(sizeof(*xdp_alloc), gfp); in __xdp_reg_mem_model()301 if (!xdp_alloc) in __xdp_reg_mem_model()311 xdp_alloc->mem = *mem; in __xdp_reg_mem_model()312 xdp_alloc->allocator = allocator; in __xdp_reg_mem_model()328 return xdp_alloc; in __xdp_reg_mem_model()331 kfree(xdp_alloc); in __xdp_reg_mem_model()341 if (IS_ERR(xdp_alloc)) in xdp_reg_mem_model()342 return PTR_ERR(xdp_alloc); in xdp_reg_mem_model()358 if (IS_ERR(xdp_alloc)) in xdp_rxq_info_reg_mem_model()[all …]
Completed in 7 milliseconds