Searched refs:mac_ifnet_mtx (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/security/mac/
H A Dmac_net.c81 struct mtx mac_ifnet_mtx; variable in typeref:struct:mtx
82 MTX_SYSINIT(mac_ifnet_mtx, &mac_ifnet_mtx, "mac_ifnet", MTX_DEF);
H A Dmac_internal.h194 extern struct mtx mac_ifnet_mtx;
215 #define MAC_IFNET_LOCK(ifp) mtx_lock(&mac_ifnet_mtx)
216 #define MAC_IFNET_UNLOCK(ifp) mtx_unlock(&mac_ifnet_mtx)

Completed in 101 milliseconds