Home
last modified time | relevance | path

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

/NextBSD/sys/net80211/
HDieee80211_mesh.c228 MESH_RT_LOCK(ms); in ieee80211_mesh_rt_find()
246 MESH_RT_LOCK(ms); in ieee80211_mesh_rt_add()
306 MESH_RT_LOCK(ms); in ieee80211_mesh_proxy_check()
366 MESH_RT_LOCK(ms); in ieee80211_mesh_rt_del()
392 MESH_RT_LOCK(ms); in ieee80211_mesh_rt_flush()
405 MESH_RT_LOCK(ms); in ieee80211_mesh_rt_flush_peer()
425 MESH_RT_LOCK(ms); in mesh_rt_flush_invalid()
867 MESH_RT_LOCK(ms); in ieee80211_mesh_mark_gate()
1081 MESH_RT_LOCK(ms); in ieee80211_mesh_forward_to_gates()
1128 MESH_RT_LOCK(ms); in ieee80211_mesh_forward_to_gates()
[all …]
HDieee80211_freebsd.h208 #define MESH_RT_LOCK(ms) mtx_lock(&(ms)->ms_rt_lock) macro