Lines Matching defs:tnrhc_table
57 * 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];
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_SIZE);
1074 if ((tnrhc_table[i]) == NULL)
1078 tnrhc_hash = &tnrhc_table[i][
1239 tnrhc_hash = (sa->ta_family == AF_INET) ? &tnrhc_table[0][0] :