Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Dif.c193 static struct mtx ifnet_mtx = MTX_INITIALIZER("ifnet"); variable
1926 KASSERT(mtx_owned(&ifnet_mtx), ("ifnet is not locked")); in ifunit()
3769 mtx_lock(&ifnet_mtx); in ifnet_lock()
3777 mtx_unlock(&ifnet_mtx); in ifnet_unlock()