Lines Matching defs:tbl24
57 /** Tbl entry structure. It is the same for both tbl24 and tbl8 */
83 uint32_t owner_tbl_ind; /**< owner table: TBL24_IND if owner is tbl24,
102 alignas(RTE_CACHE_LINE_SIZE) struct rte_lpm6_tbl_entry tbl24[RTE_LPM6_TBL24_NUM_ENTRIES];
103 /**< LPM tbl24 table. */
614 * Partially adds a new route to the data structure (tbl24+tbl8s).
797 /* Inspect the first three bytes through tbl24 on the first step. */
798 ret = simulate_add_step(lpm, lpm->tbl24, &tbl_next, masked_ip,
853 /* Inspect the first three bytes through tbl24 on the first step. */
854 tbl = lpm->tbl24;
929 tbl = &lpm->tbl24[tbl24_index];
965 tbl = &lpm->tbl24[tbl24_index];
1059 memset(lpm->tbl24, 0, sizeof(lpm->tbl24));
1082 /* Zero tbl24. */
1083 memset(lpm->tbl24, 0, sizeof(lpm->tbl24));
1165 *from = &lpm->tbl24[ind];
1167 *to = &lpm->tbl24[ind];
1171 struct rte_lpm6_tbl_entry *tbl = &lpm->tbl24[first_3bytes];
1215 owner_entry = &lpm->tbl24[tbl_hdr->owner_entry_ind];
1294 * note that tbl24 doesn't have a header