Searched refs:nmport_cleanup_d (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libnetmap/
H A Dnmport.c48 struct nmport_cleanup_d { struct
49 struct nmport_cleanup_d *next;
50 void (*cleanup)(struct nmport_cleanup_d *, struct nmport_d *);
54 nmport_push_cleanup(struct nmport_d *d, struct nmport_cleanup_d *c)
63 struct nmport_cleanup_d *top;
115 nmport_extmem_cleanup(struct nmport_cleanup_d *c, struct nmport_d *d)
132 struct nmport_cleanup_d *clnup = NULL;
146 clnup = (struct nmport_cleanup_d *)nmctx_malloc(ctx, sizeof(*clnup));
173 struct nmport_cleanup_d up;
178 void nmport_extmem_from_file_cleanup(struct nmport_cleanup_d *
[all...]
H A Dlibnetmap.h192 struct nmport_cleanup_d *clist;

Completed in 107 milliseconds