Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_net.c84 struct mtx mac_ifnet_mtx; variable
85 MTX_SYSINIT(mac_ifnet_mtx, &mac_ifnet_mtx, "mac_ifnet", MTX_DEF);
H A Dmac_internal.h188 extern struct mtx mac_ifnet_mtx;
214 mtx_lock(&mac_ifnet_mtx); \
223 mtx_unlock(&mac_ifnet_mtx); \