Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_fib/
H A Dtrie.c270 uint8_t common_tbl8, void *prev) in recycle_root_path() argument
279 if (common_tbl8 != 0) { in recycle_root_path()
282 recycle_root_path(dp, ip_part + 1, common_tbl8 - 1, p); in recycle_root_path()
431 uint8_t common_tbl8 = (common_bytes < TBL24_BYTES) ? in install_to_dp() local
434 recycle_root_path(dp, ledge + TBL24_BYTES, common_tbl8, ent); in install_to_dp()