Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_device.c119 struct mtx ngd_mtx; member
198 mtx_init(&priv->ngd_mtx, "ng_device", NULL, MTX_DEF); in ng_device_constructor()
210 mtx_destroy(&priv->ngd_mtx); in ng_device_constructor()
318 mtx_lock(&priv->ngd_mtx); in ng_device_rcvdata()
323 mtx_unlock(&priv->ngd_mtx); in ng_device_rcvdata()
339 mtx_destroy(&priv->ngd_mtx); in ng_device_disconnect()
377 mtx_lock(&priv->ngd_mtx); in ngdopen()
379 mtx_unlock(&priv->ngd_mtx); in ngdopen()
393 mtx_lock(&priv->ngd_mtx); in ngdclose()
395 mtx_unlock(&priv->ngd_mtx); in ngdclose()
[all …]