Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh.h358 void mesh_path_timer(struct timer_list *t);
H A Dmesh_hwmp.c1051 mod_timer(&ifmsh->mesh_path_timer, ifmsh->last_preq +
1296 void mesh_path_timer(struct timer_list *t) in mesh_path_timer()
1293 void mesh_path_timer(struct timer_list *t) mesh_path_timer() function
H A Dmesh_pathtbl.c420 timer_setup(&new_mpath->timer, mesh_path_timer, 0); in mesh_path_new()
H A Dieee80211_i.h760 struct timer_list mesh_path_timer; member