Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_fib/
H A Dtrie.c410 uint32_t left_idx = get_idx(ledge, 0, first_idx_len, first_byte_idx); in install_to_dp() local
413 ent = get_tbl_p_by_idx(common_root_tbl, left_idx, dp->nh_sz); in install_to_dp()
419 if (right_idx > left_idx + 1) { in install_to_dp()
420 ent = get_tbl_p_by_idx(common_root_tbl, left_idx + 1, in install_to_dp()
423 right_idx - (left_idx + 1)); in install_to_dp()