Lines Matching defs:entry_ind
544 uint32_t entry_ind, i;
547 entry_ind = 0;
553 entry_ind = entry_ind | ip->a[i-1] << bitshift;
556 return entry_ind;
572 uint32_t entry_ind;
580 entry_ind = get_bitshift(ip, first_byte, bytes);
590 if (tbl[entry_ind].valid == 0 || tbl[entry_ind].ext_entry == 0) {
606 next_tbl_ind = tbl[entry_ind].lpm6_tbl8_gindex;
625 uint32_t entry_ind, tbl_range, tbl8_group_start, tbl8_group_end, i;
634 entry_ind = get_bitshift(ip, first_byte, bytes);
646 for (i = entry_ind; i < (entry_ind + tbl_range); i++) {
685 if (!tbl[entry_ind].valid) {
701 init_tbl8_header(lpm, tbl8_gindex, tbl_ind, entry_ind);
712 tbl[entry_ind] = new_tbl_entry;
722 else if (tbl[entry_ind].ext_entry == 0) {
734 .next_hop = tbl[entry_ind].next_hop,
735 .depth = tbl[entry_ind].depth,
748 init_tbl8_header(lpm, tbl8_gindex, tbl_ind, entry_ind);
763 tbl[entry_ind] = new_tbl_entry;
770 *next_tbl_ind = tbl[entry_ind].lpm6_tbl8_gindex;