Lines Matching defs:tbl_next
789 struct rte_lpm6_tbl_entry *tbl_next = NULL;
798 ret = simulate_add_step(lpm, lpm->tbl24, &tbl_next, masked_ip,
806 tbl = tbl_next;
807 ret = simulate_add_step(lpm, tbl, &tbl_next, masked_ip, 1,
827 struct rte_lpm6_tbl_entry *tbl_next = NULL;
855 status = add_step(lpm, tbl, TBL24_IND, &tbl_next, &tbl_next_num,
865 tbl = tbl_next;
866 status = add_step(lpm, tbl, tbl_next_num, &tbl_next,
882 const struct rte_lpm6_tbl_entry **tbl_next, const struct rte_ipv6_addr *ip,
898 *tbl_next = &lpm->tbl8[tbl8_index];
916 const struct rte_lpm6_tbl_entry *tbl_next = NULL;
933 status = lookup_step(lpm, tbl, &tbl_next, ip, first_byte++, next_hop);
934 tbl = tbl_next;
950 const struct rte_lpm6_tbl_entry *tbl_next = NULL;
971 status = lookup_step(lpm, tbl, &tbl_next, &ips[i],
973 tbl = tbl_next;