Searched refs:tbl_next (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_lpm6.c | 829 struct rte_lpm6_tbl_entry *tbl_next = NULL; in simulate_add() local 838 ret = simulate_add_step(lpm, lpm->tbl24, &tbl_next, masked_ip, in simulate_add() 846 tbl = tbl_next; in simulate_add() 847 ret = simulate_add_step(lpm, tbl, &tbl_next, masked_ip, 1, in simulate_add() 867 struct rte_lpm6_tbl_entry *tbl_next = NULL; in rte_lpm6_add() local 897 status = add_step(lpm, tbl, TBL24_IND, &tbl_next, &tbl_next_num, in rte_lpm6_add() 907 tbl = tbl_next; in rte_lpm6_add() 908 status = add_step(lpm, tbl, tbl_next_num, &tbl_next, in rte_lpm6_add() 924 const struct rte_lpm6_tbl_entry **tbl_next, const uint8_t *ip, in lookup_step() argument 940 *tbl_next = &lpm->tbl8[tbl8_index]; in lookup_step() [all …]
|