Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan_acl/
H A Dieee80211_acl.c203 ACL_UNLOCK(as); in acl_add()
215 ACL_UNLOCK(as); in acl_add()
232 ACL_UNLOCK(as); in acl_remove()
252 ACL_UNLOCK(as); in acl_free_all()
333 ACL_UNLOCK(as); in acl_getioctl()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_dragonfly.h618 #define ACL_UNLOCK(as) lockmgr(&(as)->as_lock, LK_RELEASE) macro