Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_fib/
H A Dtrie.c407 uint8_t first_byte_idx = (common_bytes < 3) ? 0 : common_bytes; in install_to_dp() local
410 uint32_t left_idx = get_idx(ledge, 0, first_idx_len, first_byte_idx); in install_to_dp()
411 uint32_t right_idx = get_idx(redge, 0, first_idx_len, first_byte_idx); in install_to_dp()