Lines Matching defs:t_map
84 thmap_t * t_map;
321 thmap_del(t->t_map, &ent->te_addr, ent->te_alen);
387 t->t_map = thmap_create(0, NULL, THMAP_NOCOPY);
388 if (t->t_map == NULL) {
434 thmap_destroy(t->t_map);
568 if (thmap_put(t->t_map, &ent->te_addr, alen, ent) == ent) {
629 ent = thmap_del(t->t_map, addr, alen);
686 found = thmap_get(t->t_map, addr, alen) != NULL;
867 ref = thmap_stage_gc(t->t_map);
872 thmap_gc(t->t_map, ref);