Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_mesh.c235 MESH_RT_LOCK(ms); in ieee80211_mesh_rt_find()
253 MESH_RT_LOCK(ms); in ieee80211_mesh_rt_add()
313 MESH_RT_LOCK(ms); in ieee80211_mesh_proxy_check()
373 MESH_RT_LOCK(ms); in ieee80211_mesh_rt_del()
399 MESH_RT_LOCK(ms); in ieee80211_mesh_rt_flush()
412 MESH_RT_LOCK(ms); in ieee80211_mesh_rt_flush_peer()
432 MESH_RT_LOCK(ms); in mesh_rt_flush_invalid()
873 MESH_RT_LOCK(ms); in ieee80211_mesh_mark_gate()
1086 MESH_RT_LOCK(ms); in ieee80211_mesh_forward_to_gates()
1133 MESH_RT_LOCK(ms); in ieee80211_mesh_forward_to_gates()
[all …]
H A Dieee80211_freebsd.h223 #define MESH_RT_LOCK(ms) mtx_lock(&(ms)->ms_rt_lock) macro