Searched refs:tnrh_entire_table_v6 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c162 tnd_tnrhdb_t **tnrh_entire_table_v6[IPV6_MASK_TABLE_SIZE]; variable
885 if (tnrh_entire_table_v6[i] == NULL)
889 prev = rhent = tnrh_entire_table_v6[i][j];
894 if (rhent == tnrh_entire_table_v6[i][j]) {
895 prev = tnrh_entire_table_v6[i][j] =
1046 if (tnrh_entire_table_v6[i] == NULL) {
1047 if ((tnrh_entire_table_v6[i] = (tnd_tnrhdb_t **)calloc(
1053 rhent = tnrh_entire_table_v6[i][hash];
1092 new->rh_next = tnrh_entire_table_v6[i][hash];
1093 tnrh_entire_table_v6[
[all...]

Completed in 121 milliseconds