OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
230
typedef struct
thmap_gc
thmap_gc_t;
231
struct
thmap_gc
{
struct
274
const size_t alloclen = offsetof(struct
thmap_gc
, data[len]);
288
const size_t alloclen = offsetof(struct
thmap_gc
, data[len]);
290
thmap_gc_t *const gc = container_of(ptr, struct
thmap_gc
, data[0]);
977
gc = container_of(ptr, struct
thmap_gc
, data[0]);
1001
thmap_gc
(thmap_t *thmap, void *ref)
function
1071
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 23 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026