Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_fib/
H A Dtrie.c468 uint8_t tmp_depth; in modify_dp() local
478 rte_rib6_get_depth(tmp, &tmp_depth); in modify_dp()
479 if (tmp_depth == depth) in modify_dp()
483 get_nxt_net(ledge, tmp_depth); in modify_dp()
490 get_nxt_net(redge, tmp_depth); in modify_dp()
519 uint8_t tmp_depth, depth_diff = 0, parent_depth = 24; in trie_modify() local
539 rte_rib6_get_depth(tmp, &tmp_depth); in trie_modify()
540 parent_depth = RTE_MAX(tmp_depth, 24); in trie_modify()
H A Ddir24_8.c372 uint8_t tmp_depth; in modify_fib() local
379 rte_rib_get_depth(tmp, &tmp_depth); in modify_fib()
380 if (tmp_depth == depth) in modify_fib()
383 redge = tmp_ip & rte_rib_depth_to_mask(tmp_depth); in modify_fib()
386 (uint32_t)(1ULL << (32 - tmp_depth)); in modify_fib()
394 (uint32_t)(1ULL << (32 - tmp_depth)); in modify_fib()