Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/
H A Dieee80211_dragonfly.h596 #define MESH_RT_LOCK_DESTROY(ms) lockuninit(&(ms)->ms_rt_lock) macro
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_mesh.c655 MESH_RT_LOCK_DESTROY(ms); in mesh_vdetach()