Searched refs:tbl8_hdrs (Results 1 – 1 of 1) sorted by relevance
106 struct rte_lpm_tbl8_hdr *tbl8_hdrs; /* array of tbl8 headers */ member254 struct rte_lpm_tbl8_hdr *tbl8_hdrs = NULL; in rte_lpm6_create() local302 tbl8_hdrs = rte_malloc(NULL, in rte_lpm6_create()305 if (tbl8_hdrs == NULL) { in rte_lpm6_create()359 lpm->tbl8_hdrs = tbl8_hdrs; in rte_lpm6_create()374 rte_free(tbl8_hdrs); in rte_lpm6_create()441 rte_free(lpm->tbl8_hdrs); in rte_lpm6_free()571 struct rte_lpm_tbl8_hdr *tbl_hdr = &lpm->tbl8_hdrs[tbl_ind]; in init_tbl8_header()715 lpm->tbl8_hdrs[tbl_ind].ref_cnt++; in add_step()756 lpm->tbl8_hdrs[tbl_ind].ref_cnt++; in add_step()[all …]