Home
last modified time | relevance | path

Searched defs:_as (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/net80211/
H A Dieee80211_freebsd.h170 #define ACL_LOCK_INIT(_as, _name) \ argument
172 #define ACL_LOCK_DESTROY(_as) mtx_destroy(&(_as)->as_lock) argument
173 #define ACL_LOCK(_as) mtx_lock(&(_as)->as_lock) argument
174 #define ACL_UNLOCK(_as) mtx_unlock(&(_as)->as_lock) argument
175 #define ACL_LOCK_ASSERT(_as) \ argument