Home
last modified time | relevance | path

Searched refs:mesh_path_timer (Results 1 – 5 of 5) sorted by relevance

/net/mac80211/
Dmesh.h298 void mesh_path_timer(unsigned long data);
Dmesh_hwmp.c992 mod_timer(&ifmsh->mesh_path_timer, ifmsh->last_preq + in mesh_queue_preq()
1191 void mesh_path_timer(unsigned long data) in mesh_path_timer() function
Dmesh.c908 del_timer_sync(&sdata->u.mesh.mesh_path_timer); in ieee80211_stop_mesh()
1388 setup_timer(&ifmsh->mesh_path_timer, in ieee80211_mesh_init_sdata()
Dmesh_pathtbl.c401 new_mpath->timer.function = mesh_path_timer; in mesh_path_new()
Dieee80211_i.h632 struct timer_list mesh_path_timer; member