Lines Matching refs:tnrhc_table
62 tnrhc_hash_t *tnrhc_table[TSOL_MASK_TABLE_SIZE]; variable
149 (void) tnrhc_init_table(tnrhc_table, 0, KM_SLEEP); in tcache_init()
235 if (tnrhc_table[rhent->rh_prefix] == NULL) in tnrh_delete()
238 tnrhc_hash = &tnrhc_table[rhent->rh_prefix][ in tnrh_delete()
343 if (tnrhc_table[prefix] == NULL && in tnrh_hash_add()
344 !tnrhc_init_table(tnrhc_table, prefix, in tnrh_hash_add()
348 tnrhc_hash = &tnrhc_table[prefix][ in tnrh_hash_add()
547 flush_rh_table(tnrhc_table, TSOL_MASK_TABLE_SIZE); in tnrh()
1072 if ((tnrhc_table[i]) == NULL) in find_rhc()
1076 tnrhc_hash = &tnrhc_table[i][ in find_rhc()
1237 tnrhc_hash = (sa->ta_family == AF_INET) ? &tnrhc_table[0][0] : in tsol_create_i_tnrh()