Searched refs:tnrh_entire_table (Results 1 – 1 of 1) sorted by relevance
159 tnd_tnrhdb_t **tnrh_entire_table[IP_MASK_TABLE_SIZE]; variable808 if (tnrh_entire_table[i] == NULL) in handle_unvisited_nodes()812 prev = rhent = tnrh_entire_table[i][j]; in handle_unvisited_nodes()819 if (rhent == tnrh_entire_table[i][j]) { in handle_unvisited_nodes()820 prev = tnrh_entire_table[i][j] = in handle_unvisited_nodes()947 if (tnrh_entire_table[i] == NULL) { in rhtable_search_and_update()948 if ((tnrh_entire_table[i] = (tnd_tnrhdb_t **)calloc( in rhtable_search_and_update()954 rhent = tnrh_entire_table[i][hash]; in rhtable_search_and_update()1005 new->rh_next = tnrh_entire_table[i][hash]; in rhtable_search_and_update()1006 tnrh_entire_table[i][hash] = new; in rhtable_search_and_update()[all …]