Home
last modified time | relevance | path

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

/dpdk/lib/fib/
H A Dtrie.c463 uint8_t tmp_depth; in modify_dp() local
473 rte_rib6_get_depth(tmp, &tmp_depth); in modify_dp()
474 if (tmp_depth == depth) in modify_dp()
478 get_nxt_net(ledge, tmp_depth); in modify_dp()
485 get_nxt_net(redge, tmp_depth); in modify_dp()
514 uint8_t tmp_depth, depth_diff = 0, parent_depth = 24; in trie_modify() local
534 rte_rib6_get_depth(tmp, &tmp_depth); in trie_modify()
535 parent_depth = RTE_MAX(tmp_depth, 24); in trie_modify()
H A Ddir24_8.c368 uint8_t tmp_depth; in modify_fib() local
375 rte_rib_get_depth(tmp, &tmp_depth); in modify_fib()
376 if (tmp_depth == depth) in modify_fib()
379 redge = tmp_ip & rte_rib_depth_to_mask(tmp_depth); in modify_fib()
382 (uint32_t)(1ULL << (32 - tmp_depth)); in modify_fib()
390 (uint32_t)(1ULL << (32 - tmp_depth)); in modify_fib()