Home
last modified time | relevance | path

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

/netbsd/src/sys/net80211/
Dieee80211_acl.c172 ACL_LOCK(as); in acl_add()
201 ACL_LOCK(as); in acl_remove()
222 ACL_LOCK(as); in acl_free_all()
291 ACL_LOCK(as); in acl_getioctl()
Dieee80211_netbsd.h152 #define ACL_LOCK(_as) IEEE80211_LOCK_IMPL(_as, as_lock) macro