Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh.c695 timer_container_of(sdata, t, u.mesh.mesh_path_root_timer); in ieee80211_mesh_path_root_timer()
710 timer_delete_sync(&ifmsh->mesh_path_root_timer); in ieee80211_mesh_root_setup()
943 mod_timer(&ifmsh->mesh_path_root_timer, in ieee80211_mesh_rootpath()
1243 timer_delete_sync(&sdata->u.mesh.mesh_path_root_timer); in ieee80211_stop_mesh()
1785 timer_setup(&ifmsh->mesh_path_root_timer, in ieee80211_mesh_init_sdata()
H A Dieee80211_i.h753 struct timer_list mesh_path_root_timer; member