Home
last modified time | relevance | path

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

/dpdk/lib/fib/
H A Dtrie.c514 uint8_t tmp_depth, depth_diff = 0, parent_depth = 24; in trie_modify() local
535 parent_depth = RTE_MAX(tmp_depth, 24); in trie_modify()
538 RTE_ALIGN_CEIL(parent_depth, 8); in trie_modify()