Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_superg.c644 IEEE80211_FF_LOCK(ic); in ieee80211_ff_age()
794 IEEE80211_FF_LOCK(ic); in ieee80211_ff_check()
938 IEEE80211_FF_LOCK(ic); in ieee80211_ff_node_cleanup()
H A Dieee80211_freebsd.h117 #define IEEE80211_FF_LOCK(_ic) mtx_lock(IEEE80211_FF_LOCK_OBJ(_ic)) macro