Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net80211/
HDieee80211_acl.c188 ACL_LOCK(as); in acl_add()
217 ACL_LOCK(as); in acl_remove()
238 ACL_LOCK(as); in acl_free_all()
312 ACL_LOCK(as); in acl_getioctl()
HDieee80211_freebsd.h186 #define ACL_LOCK(_as) mtx_lock(&(_as)->as_lock) macro