Searched refs:MESH_RT_LOCK (Results 1 – 2 of 2) sorted by relevance
230 MESH_RT_LOCK(ms); in ieee80211_mesh_rt_find()248 MESH_RT_LOCK(ms); in ieee80211_mesh_rt_add()308 MESH_RT_LOCK(ms); in ieee80211_mesh_proxy_check()368 MESH_RT_LOCK(ms); in ieee80211_mesh_rt_del()394 MESH_RT_LOCK(ms); in ieee80211_mesh_rt_flush()407 MESH_RT_LOCK(ms); in ieee80211_mesh_rt_flush_peer()427 MESH_RT_LOCK(ms); in mesh_rt_flush_invalid()869 MESH_RT_LOCK(ms); in ieee80211_mesh_mark_gate()1082 MESH_RT_LOCK(ms); in ieee80211_mesh_forward_to_gates()1129 MESH_RT_LOCK(ms); in ieee80211_mesh_forward_to_gates()[all …]
233 #define MESH_RT_LOCK(ms) mtx_lock(&(ms)->ms_rt_lock) macro