Lines Matching refs:tbl_hdr
571 struct rte_lpm_tbl8_hdr *tbl_hdr = &lpm->tbl8_hdrs[tbl_ind]; in init_tbl8_header() local
572 tbl_hdr->owner_tbl_ind = owner_tbl_ind; in init_tbl8_header()
573 tbl_hdr->owner_entry_ind = owner_entry_ind; in init_tbl8_header()
574 tbl_hdr->ref_cnt = 0; in init_tbl8_header()
1266 remove_tbl(struct rte_lpm6 *lpm, struct rte_lpm_tbl8_hdr *tbl_hdr, in remove_tbl() argument
1271 if (tbl_hdr->owner_tbl_ind == TBL24_IND) in remove_tbl()
1272 owner_entry = &lpm->tbl24[tbl_hdr->owner_entry_ind]; in remove_tbl()
1274 uint32_t owner_tbl_ind = tbl_hdr->owner_tbl_ind; in remove_tbl()
1277 tbl_hdr->owner_entry_ind]; in remove_tbl()
1358 struct rte_lpm_tbl8_hdr *tbl_hdr = &lpm->tbl8_hdrs[tbl_ind]; in rte_lpm6_delete() local
1359 if (--tbl_hdr->ref_cnt == 0) { in rte_lpm6_delete()
1361 remove_tbl(lpm, tbl_hdr, tbl_ind, lsp_rule); in rte_lpm6_delete()