last_preq         678 net/mac80211/ieee80211_i.h 	unsigned long last_preq;
last_preq        1495 net/mac80211/mesh.c 		       ifmsh->last_preq + msecs_to_jiffies(ifmsh->mshcfg.dot11MeshHWMPpreqMinInterval)))
last_preq        1525 net/mac80211/mesh.c 	ifmsh->last_preq = jiffies;
last_preq        1010 net/mac80211/mesh_hwmp.c 	if (time_after(jiffies, ifmsh->last_preq + min_preq_int_jiff(sdata)))
last_preq        1013 net/mac80211/mesh_hwmp.c 	else if (time_before(jiffies, ifmsh->last_preq)) {
last_preq        1017 net/mac80211/mesh_hwmp.c 		ifmsh->last_preq = jiffies - min_preq_int_jiff(sdata) - 1;
last_preq        1020 net/mac80211/mesh_hwmp.c 		mod_timer(&ifmsh->mesh_path_timer, ifmsh->last_preq +
last_preq        1040 net/mac80211/mesh_hwmp.c 		time_before(jiffies, ifmsh->last_preq +
last_preq        1080 net/mac80211/mesh_hwmp.c 	ifmsh->last_preq = jiffies;