Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh.h318 void mesh_path_timer(unsigned long data);
Dmesh_hwmp.c977 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
Dmesh.c913 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()
Dmesh_pathtbl.c581 new_mpath->timer.function = mesh_path_timer; in mesh_path_add()
Dieee80211_i.h633 struct timer_list mesh_path_timer; member