Searched refs:old_depth (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm6.c | 533 expand_rule(struct rte_lpm6 *lpm, uint32_t tbl8_gindex, uint8_t old_depth, in expand_rule() argument 550 && lpm->tbl8[j].depth <= old_depth)) { in expand_rule() 558 expand_rule(lpm, tbl8_gindex_next, old_depth, new_depth, in expand_rule()
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | rte_lpm6.c | 527 expand_rule(struct rte_lpm6 *lpm, uint32_t tbl8_gindex, uint8_t old_depth, in expand_rule() argument 544 && lpm->tbl8[j].depth <= old_depth)) { in expand_rule() 552 expand_rule(lpm, tbl8_gindex_next, old_depth, new_depth, in expand_rule()
|