Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/tsol/tnd/
H A Dtnd.c161 tnd_tnrhdb_t **tnrh_entire_table[IP_MASK_TABLE_SIZE]; variable
810 if (tnrh_entire_table[i] == NULL) in handle_unvisited_nodes()
814 prev = rhent = tnrh_entire_table[i][j]; in handle_unvisited_nodes()
821 if (rhent == tnrh_entire_table[i][j]) { in handle_unvisited_nodes()
822 prev = tnrh_entire_table[i][j] = in handle_unvisited_nodes()
949 if (tnrh_entire_table[i] == NULL) { in rhtable_search_and_update()
950 if ((tnrh_entire_table[i] = (tnd_tnrhdb_t **)calloc( in rhtable_search_and_update()
956 rhent = tnrh_entire_table[i][hash]; in rhtable_search_and_update()
1007 new->rh_next = tnrh_entire_table[i][hash]; in rhtable_search_and_update()
1008 tnrh_entire_table[i][hash] = new; in rhtable_search_and_update()
[all …]