Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_acl.c194 ACL_UNLOCK(as); in acl_add()
206 ACL_UNLOCK(as); in acl_add()
223 ACL_UNLOCK(as); in acl_remove()
243 ACL_UNLOCK(as); in acl_free_all()
319 ACL_UNLOCK(as); in acl_getioctl()
H A Dieee80211_freebsd.h189 #define ACL_UNLOCK(_as) mtx_unlock(&(_as)->as_lock) macro