Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/tsol/tnd/
H A Dtnd.c83 static int is_better_match(in_addr_t newaddr, int indx, tnrh_tlb_t *tlbt);
86 static tnrh_tlb_t *lookup_cache_table(in_addr_t addr);
103 static void print_tlbt(tnrh_tlb_t *tlbt);
175 tnrh_tlb_t *tnrh_cache_table[TNRH_TABLE_HASH_SIZE];
785 tnrh_tlb_t *tlbt; in handle_unvisited_nodes()
1173 tnrh_tlb_t *tlbt; in add_cache_entry()
1183 if ((tlbt = (tnrh_tlb_t *)calloc(1, sizeof (tnrh_tlb_t))) == NULL) in add_cache_entry()
1205 static tnrh_tlb_t *
1208 tnrh_tlb_t *tlbt = NULL; in lookup_cache_table()
1283 tnrh_tlb_t *tlbt; in update_cache_table()
[all …]
H A Dtnd.h109 } tnrh_tlb_t; typedef