Home
last modified time | relevance | path

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

/NextBSD/sys/netgraph/
HDng_device.c103 static struct unrhdr *ngd_unit; variable
144 ngd_unit = new_unrhdr(0, MAX_NGD, NULL); in ng_device_mod_event()
147 delete_unrhdr(ngd_unit); in ng_device_mod_event()
169 priv->unit = alloc_unr(ngd_unit); in ng_device_constructor()
186 free_unr(ngd_unit, priv->unit); in ng_device_constructor()
306 free_unr(ngd_unit, priv->unit); in ng_device_disconnect()