Searched refs:rmtx (Results 1 – 1 of 1) sorted by relevance
226 struct mtx rmtx; /* recv mutex */ member507 mtx_init(&priv->rmtx, "ng_ppp_recv", NULL, MTX_DEF); in ng_ppp_constructor()742 mtx_destroy(&priv->rmtx); in ng_ppp_shutdown()1419 mtx_lock(&priv->rmtx); in ng_ppp_rcvdata()1444 mtx_unlock(&priv->rmtx); in ng_ppp_rcvdata()1454 mtx_assert(&priv->rmtx, MA_NOTOWNED); in ng_ppp_rcvdata()1458 mtx_unlock(&priv->rmtx); in ng_ppp_rcvdata()1535 mtx_unlock(&priv->rmtx); in ng_ppp_mp_recv()1630 mtx_unlock(&priv->rmtx); in ng_ppp_mp_recv()1634 mtx_unlock(&priv->rmtx); in ng_ppp_mp_recv()[all …]