Searched defs:tnrhc_table (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsol.c43 tnrhc_hash_t *tnrhc_table[TSOL_MASK_TABLE_SIZE]; member in struct:tnrh_walk_s
104 if (read_table("tnrhc_table", twp->tnrhc_table,
111 free_table(twp->tnrhc_table, TSOL_MASK_TABLE_SIZE);
116 twp->hptr = twp->tnrhc_table;
134 if (twp->hptr == twp->tnrhc_table +
164 free_table(twp->tnrhc_table, TSOL_MASK_TABLE_SIZE);
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c57 * tnrhc_table and tnrhc_table_v6 are similar to the IP forwarding tables
58 * in organization and search. The tnrhc_table[_v6] is an array of 33/129
64 tnrhc_hash_t *tnrhc_table[TSOL_MASK_TABLE_SIZE]; variable
151 (void) tnrhc_init_table(tnrhc_table, 0, KM_SLEEP);
237 if (tnrhc_table[rhent->rh_prefix] == NULL)
240 tnrhc_hash = &tnrhc_table[rhent->rh_prefix][
345 if (tnrhc_table[prefix] == NULL &&
346 !tnrhc_init_table(tnrhc_table, prefix,
350 tnrhc_hash = &tnrhc_table[prefix][
549 flush_rh_table(tnrhc_table, TSOL_MASK_TABLE_SIZ
[all...]

Completed in 5079 milliseconds