Searched refs:tbl_hdr (Results 1 – 2 of 2) sorted by relevance
571 struct rte_lpm_tbl8_hdr *tbl_hdr = &lpm->tbl8_hdrs[tbl_ind]; in init_tbl8_header() local572 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() argument1271 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[all …]
47 static char tbl_hdr[] = "struct rpcgen_table %s_table[] = {\n"; variable90 f_print(fout, tbl_hdr, progvers); in write_table()