Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c584 uint32_t entry_ind, i; in get_bitshift() local
587 entry_ind = 0; in get_bitshift()
593 entry_ind = entry_ind | ip[i-1] << bitshift; in get_bitshift()
596 return entry_ind; in get_bitshift()
612 uint32_t entry_ind; in simulate_add_step() local
620 entry_ind = get_bitshift(ip, first_byte, bytes); in simulate_add_step()
630 if (tbl[entry_ind].valid == 0 || tbl[entry_ind].ext_entry == 0) { in simulate_add_step()
646 next_tbl_ind = tbl[entry_ind].lpm6_tbl8_gindex; in simulate_add_step()
665 uint32_t entry_ind, tbl_range, tbl8_group_start, tbl8_group_end, i; in add_step() local
674 entry_ind = get_bitshift(ip, first_byte, bytes); in add_step()
[all …]