Home
last modified time | relevance | path

Searched refs:thmap_gc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/kern/
H A Dsubr_thmap.c220 typedef struct thmap_gc thmap_gc_t;
221 struct thmap_gc { struct
264 const size_t alloclen = offsetof(struct thmap_gc, data[len]); in gc_alloc()
278 const size_t alloclen = offsetof(struct thmap_gc, data[len]); in gc_free()
280 thmap_gc_t *const gc = container_of(ptr, struct thmap_gc, data[0]); in gc_free()
967 gc = container_of(ptr, struct thmap_gc, data[0]); in stage_mem_gc()
991 thmap_gc(thmap_t *thmap, void *ref) in thmap_gc() function
1061 thmap_gc(thmap, ref); in thmap_destroy()
/netbsd-src/sys/sys/
H A Dthmap.h55 void thmap_gc(thmap_t *, void *);
/netbsd-src/sys/net/npf/
H A Dnpf_conndb.c425 thmap_gc(cd->cd_map, gcref); in npf_conndb_gc()
H A Dnpf_portmap.c500 thmap_gc(pm->addr_map, thmap_stage_gc(pm->addr_map)); in npf_portmap_flush()
H A Dnpf_tableset.c872 thmap_gc(t->t_map, ref); in npf_table_gc()
/netbsd-src/sys/net/
H A Dif_wg.c1345 thmap_gc(wg->wg_sessions_byindex, garbage); in wg_fill_msg_init()
4045 thmap_gc(wg->wg_peers_byname, garbage_byname); in wg_send_data_msg()
4046 thmap_gc(wg->wg_peers_bypubkey, garbage_bypubkey); in wg_send_data_msg()
4082 thmap_gc(wg->wg_peers_byname, garbage_byname); in wg_input()
4083 thmap_gc(wg->wg_peers_bypubkey, garbage_bypubkey); in wg_input()
/netbsd-src/sys/netinet/
H A Dip_encap.c853 thmap_gc(emap, thgc); in encap_detach_addr()