Home
last modified time | relevance | path

Searched refs:tbl_next (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/lpm/
H A Drte_lpm6.c818 struct rte_lpm6_tbl_entry *tbl_next = NULL; in simulate_add() local
835 tbl = tbl_next; in simulate_add()
856 struct rte_lpm6_tbl_entry *tbl_next = NULL; in rte_lpm6_add() local
894 tbl = tbl_next; in rte_lpm6_add()
895 status = add_step(lpm, tbl, tbl_next_num, &tbl_next, in rte_lpm6_add()
927 *tbl_next = &lpm->tbl8[tbl8_index]; in lookup_step()
945 const struct rte_lpm6_tbl_entry *tbl_next = NULL; in rte_lpm6_lookup() local
963 tbl = tbl_next; in rte_lpm6_lookup()
979 const struct rte_lpm6_tbl_entry *tbl_next = NULL; in rte_lpm6_lookup_bulk_func() local
1000 status = lookup_step(lpm, tbl, &tbl_next, ips[i], in rte_lpm6_lookup_bulk_func()
[all …]