Searched refs:tbl8_pool (Results 1 – 1 of 1) sorted by relevance
103 uint32_t *tbl8_pool; /**< pool of indexes of free tbl8s */ member168 lpm->tbl8_pool[i] = i; in tbl8_pool_init()184 *tbl8_ind = lpm->tbl8_pool[lpm->tbl8_pool_pos++]; in tbl8_get()198 lpm->tbl8_pool[--lpm->tbl8_pool_pos] = tbl8_ind; in tbl8_put()253 uint32_t *tbl8_pool = NULL; in rte_lpm6_create() local291 tbl8_pool = rte_malloc(NULL, in rte_lpm6_create()294 if (tbl8_pool == NULL) { in rte_lpm6_create()358 lpm->tbl8_pool = tbl8_pool; in rte_lpm6_create()375 rte_free(tbl8_pool); in rte_lpm6_create()442 rte_free(lpm->tbl8_pool); in rte_lpm6_free()