Home
last modified time | relevance | path

Searched refs:last_preq (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dmesh_hwmp.c1028 if (time_after(jiffies, ifmsh->last_preq + min_preq_int_jiff(sdata))) in mesh_queue_preq()
1031 else if (time_before(jiffies, ifmsh->last_preq)) { in mesh_queue_preq()
1035 ifmsh->last_preq = jiffies - min_preq_int_jiff(sdata) - 1; in mesh_queue_preq()
1038 mod_timer(&ifmsh->mesh_path_timer, ifmsh->last_preq + in mesh_queue_preq()
1058 time_before(jiffies, ifmsh->last_preq + in mesh_path_start_discovery()
1098 ifmsh->last_preq = jiffies; in mesh_path_start_discovery()
H A Dmesh.c1762 ifmsh->last_preq + msecs_to_jiffies(ifmsh->mshcfg.dot11MeshHWMPpreqMinInterval))) in ieee80211_mesh_work()
1792 ifmsh->last_preq = jiffies; in ieee80211_mesh_init_sdata()
H A Dieee80211_i.h705 unsigned long last_preq; member