Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_acl.c190 ACL_LOCK(as); in acl_add()
219 ACL_LOCK(as); in acl_remove()
240 ACL_LOCK(as); in acl_free_all()
314 ACL_LOCK(as); in acl_getioctl()
H A Dieee80211_freebsd.h188 #define ACL_LOCK(_as) mtx_lock(&(_as)->as_lock) macro