Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_device.c98 struct mtx ngd_mtx; member
188 mtx_destroy(&priv->ngd_mtx); in ng_device_constructor()
284 mtx_lock(&priv->ngd_mtx); in ng_device_rcvdata()
289 mtx_unlock(&priv->ngd_mtx); in ng_device_rcvdata()
305 mtx_destroy(&priv->ngd_mtx); in ng_device_disconnect()
343 mtx_lock(&priv->ngd_mtx); in ngdopen()
345 mtx_unlock(&priv->ngd_mtx); in ngdopen()
359 mtx_lock(&priv->ngd_mtx); in ngdclose()
361 mtx_unlock(&priv->ngd_mtx); in ngdclose()
428 mtx_lock(&priv->ngd_mtx); in ngdread()
[all …]