Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c81 static int is_better_match(in_addr_t newaddr, int indx, tnrh_tlb_t *tlbt);
101 static void print_tlbt(tnrh_tlb_t *tlbt);
783 tnrh_tlb_t *tlbt; in handle_unvisited_nodes() local
787 if ((tlbt = tnrh_cache_table[i]) != NULL) in handle_unvisited_nodes()
789 if (tlbt->src->visited == 0) { in handle_unvisited_nodes()
794 tlbt->reload = TNDB_DELETE; in handle_unvisited_nodes()
798 tlbt = tlbt->next; in handle_unvisited_nodes()
799 } while (tlbt != NULL); in handle_unvisited_nodes()
858 tnrh_tlb_ipv6_t *tlbt; in handle_unvisited_nodes_v6() local
862 if ((tlbt = tnrh_cache_table_v6[i]) != NULL) in handle_unvisited_nodes_v6()
[all …]