Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ppp.c228 struct mtx rmtx; /* recv mutex */ member
744 mtx_destroy(&priv->rmtx); in ng_ppp_shutdown()
1421 mtx_lock(&priv->rmtx); in ng_ppp_rcvdata()
1446 mtx_unlock(&priv->rmtx); in ng_ppp_rcvdata()
1456 mtx_assert(&priv->rmtx, MA_NOTOWNED); in ng_ppp_rcvdata()
1460 mtx_unlock(&priv->rmtx); in ng_ppp_rcvdata()
1537 mtx_unlock(&priv->rmtx); in ng_ppp_mp_recv()
1632 mtx_unlock(&priv->rmtx); in ng_ppp_mp_recv()
1636 mtx_unlock(&priv->rmtx); in ng_ppp_mp_recv()
1858 mtx_unlock(&priv->rmtx); in ng_ppp_frag_process()
[all …]