Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_ppp.c226 struct mtx rmtx; /* recv mutex */ member
507 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 …]