Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_device.c129 static struct unrhdr *ngd_unit; variable
170 ngd_unit = new_unrhdr(0, MAX_NGD, NULL); in ng_device_mod_event()
173 delete_unrhdr(ngd_unit); in ng_device_mod_event()
195 priv->unit = alloc_unr(ngd_unit); in ng_device_constructor()
212 free_unr(ngd_unit, priv->unit); in ng_device_constructor()
344 free_unr(ngd_unit, priv->unit); in ng_device_disconnect()