Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c829 struct rte_lpm6_tbl_entry *tbl_next = NULL; in simulate_add() local
846 tbl = tbl_next; in simulate_add()
867 struct rte_lpm6_tbl_entry *tbl_next = NULL; in rte_lpm6_add() local
907 tbl = tbl_next; in rte_lpm6_add()
908 status = add_step(lpm, tbl, tbl_next_num, &tbl_next, in rte_lpm6_add()
940 *tbl_next = &lpm->tbl8[tbl8_index]; in lookup_step()
958 const struct rte_lpm6_tbl_entry *tbl_next = NULL; in rte_lpm6_lookup() local
976 tbl = tbl_next; in rte_lpm6_lookup()
992 const struct rte_lpm6_tbl_entry *tbl_next = NULL; in rte_lpm6_lookup_bulk_func() local
1013 status = lookup_step(lpm, tbl, &tbl_next, ips[i], in rte_lpm6_lookup_bulk_func()
[all …]
/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm6.c823 struct rte_lpm6_tbl_entry *tbl_next = NULL; in simulate_add() local
840 tbl = tbl_next; in simulate_add()
861 struct rte_lpm6_tbl_entry *tbl_next = NULL; in rte_lpm6_add() local
899 tbl = tbl_next; in rte_lpm6_add()
900 status = add_step(lpm, tbl, tbl_next_num, &tbl_next, in rte_lpm6_add()
932 *tbl_next = &lpm->tbl8[tbl8_index]; in lookup_step()
950 const struct rte_lpm6_tbl_entry *tbl_next = NULL; in rte_lpm6_lookup() local
968 tbl = tbl_next; in rte_lpm6_lookup()
984 const struct rte_lpm6_tbl_entry *tbl_next = NULL; in rte_lpm6_lookup_bulk_func() local
1005 status = lookup_step(lpm, tbl, &tbl_next, ips[i], in rte_lpm6_lookup_bulk_func()
[all …]