HomeSort by: relevance | last modified time | path
    Searched refs:thmap_gc (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/sys/
thmap.h 55 void thmap_gc(thmap_t *, void *);
  /src/sys/kern/
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]);
278 const size_t alloclen = offsetof(struct thmap_gc, data[len]);
280 thmap_gc_t *const gc = container_of(ptr, struct thmap_gc, data[0]);
967 gc = container_of(ptr, struct thmap_gc, data[0]);
991 thmap_gc(thmap_t *thmap, void *ref) function in typeref:typename:void
1061 thmap_gc(thmap, ref);
  /src/sys/net/npf/
npf_conndb.c 425 thmap_gc(cd->cd_map, gcref);
npf_portmap.c 500 thmap_gc(pm->addr_map, thmap_stage_gc(pm->addr_map));
npf_tableset.c 872 thmap_gc(t->t_map, ref);
  /src/sys/netinet/
ip_encap.c 853 thmap_gc(emap, thgc);
  /src/sys/net/
if_wg.c 1345 thmap_gc(wg->wg_sessions_byindex, garbage);
4045 thmap_gc(wg->wg_peers_byname, garbage_byname);
4046 thmap_gc(wg->wg_peers_bypubkey, garbage_bypubkey);
4082 thmap_gc(wg->wg_peers_byname, garbage_byname);
4083 thmap_gc(wg->wg_peers_bypubkey, garbage_bypubkey);

Completed in 18 milliseconds