Home
last modified time | relevance | path

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

/dpdk/lib/lpm/
H A Drte_lpm6.c573 uint32_t entry_ind, i; in get_bitshift() local
576 entry_ind = 0; in get_bitshift()
582 entry_ind = entry_ind | ip[i-1] << bitshift; in get_bitshift()
585 return entry_ind; in get_bitshift()
601 uint32_t entry_ind; in simulate_add_step() local
619 if (tbl[entry_ind].valid == 0 || tbl[entry_ind].ext_entry == 0) { in simulate_add_step()
675 for (i = entry_ind; i < (entry_ind + tbl_range); i++) { in add_step()
714 if (!tbl[entry_ind].valid) { in add_step()
741 tbl[entry_ind] = new_tbl_entry; in add_step()
764 .depth = tbl[entry_ind].depth, in add_step()
[all …]