Searched refs:mesh_path_timer (Results 1 – 5 of 5) sorted by relevance
318 void mesh_path_timer(unsigned long data);
977 mod_timer(&ifmsh->mesh_path_timer, ifmsh->last_preq + in mesh_queue_preq()1172 void mesh_path_timer(unsigned long data) in mesh_path_timer() function
913 del_timer_sync(&sdata->u.mesh.mesh_path_timer); in ieee80211_stop_mesh()1392 setup_timer(&ifmsh->mesh_path_timer, in ieee80211_mesh_init_sdata()
581 new_mpath->timer.function = mesh_path_timer; in mesh_path_add()
633 struct timer_list mesh_path_timer; member