Searched refs:t_map (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/sys/net/npf/ |
| H A D | npf_tableset.c | 84 thmap_t * t_map; member 321 thmap_del(t->t_map, &ent->te_addr, ent->te_alen); in table_ipset_flush() 387 t->t_map = thmap_create(0, NULL, THMAP_NOCOPY); in npf_table_create() 388 if (t->t_map == NULL) { in npf_table_create() 434 thmap_destroy(t->t_map); in npf_table_destroy() 568 if (thmap_put(t->t_map, &ent->te_addr, alen, ent) == ent) { in npf_table_insert() 629 ent = thmap_del(t->t_map, addr, alen); in npf_table_remove() 686 found = thmap_get(t->t_map, addr, alen) != NULL; in npf_table_lookup() 867 ref = thmap_stage_gc(t->t_map); in npf_table_gc() 872 thmap_gc(t->t_map, ref); in npf_table_gc()
|