Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tsol/tnd/
H A Dtnd.c83 static int is_better_match(in_addr_t newaddr, int indx, tnrh_tlb_t *tlbt);
103 static void print_tlbt(tnrh_tlb_t *tlbt);
785 tnrh_tlb_t *tlbt; in handle_unvisited_nodes() local
789 if ((tlbt = tnrh_cache_table[i]) != NULL) in handle_unvisited_nodes()
791 if (tlbt->src->visited == 0) { in handle_unvisited_nodes()
796 tlbt->reload = TNDB_DELETE; in handle_unvisited_nodes()
800 tlbt = tlbt->next; in handle_unvisited_nodes()
801 } while (tlbt != NULL); in handle_unvisited_nodes()
860 tnrh_tlb_ipv6_t *tlbt; in handle_unvisited_nodes_v6() local
864 if ((tlbt = tnrh_cache_table_v6[i]) != NULL) in handle_unvisited_nodes_v6()
[all …]