Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_device.c107 static struct unrhdr *ngd_unit; variable
148 ngd_unit = new_unrhdr(0, MAX_NGD, NULL); in ng_device_mod_event()
151 delete_unrhdr(ngd_unit); in ng_device_mod_event()
173 priv->unit = alloc_unr(ngd_unit); in ng_device_constructor()
190 free_unr(ngd_unit, priv->unit); in ng_device_constructor()
310 free_unr(ngd_unit, priv->unit); in ng_device_disconnect()