Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dwg_noise.c131 void (*l_cleanup)(struct noise_local *); member
195 l->l_cleanup = NULL; in noise_local_alloc()
220 if (l->l_cleanup != NULL) in noise_local_put()
221 l->l_cleanup(l); in noise_local_put()
232 l->l_cleanup = cleanup; in noise_local_free()