Searched refs:thmap_gc (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/sys/kern/ |
| H A D | subr_thmap.c | 220 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 D | thmap.h | 55 void thmap_gc(thmap_t *, void *);
|
| /netbsd-src/sys/net/npf/ |
| H A D | npf_conndb.c | 425 thmap_gc(cd->cd_map, gcref); in npf_conndb_gc()
|
| H A D | npf_portmap.c | 500 thmap_gc(pm->addr_map, thmap_stage_gc(pm->addr_map)); in npf_portmap_flush()
|
| H A D | npf_tableset.c | 872 thmap_gc(t->t_map, ref); in npf_table_gc()
|
| /netbsd-src/sys/net/ |
| H A D | if_wg.c | 1345 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 D | ip_encap.c | 853 thmap_gc(emap, thgc); in encap_detach_addr()
|