Lines Matching refs:te_hash_hndl
589 mod_hash_hndl_t te_hash_hndl; /* Handle for address hash */ member
1275 if (tep->te_hash_hndl != NULL) in tl_free()
1276 mod_hash_cancel(tep->te_addrhash, &tep->te_hash_hndl); in tl_free()
1531 (void) mod_hash_reserve(tep->te_addrhash, &tep->te_hash_hndl); in tl_open()
2477 if ((tep->te_hash_hndl == NULL) && in tl_bind()
2480 &tep->te_hash_hndl) != 0) { in tl_bind()
2601 (mod_hash_val_t)tep, tep->te_hash_hndl); in tl_bind()
2620 tep->te_hash_hndl = NULL; in tl_bind()
2651 tep->te_hash_hndl) != 0) { in tl_bind()
2680 tep->te_hash_hndl = NULL; in tl_bind()
5517 ASSERT(tep->te_hash_hndl != NULL); in tl_get_any_addr()
5520 if (tep->te_hash_hndl == NULL) in tl_get_any_addr()
5565 tep->te_hash_hndl) == 0) { in tl_get_any_addr()
5570 tep->te_hash_hndl = NULL; in tl_get_any_addr()