Home
last modified time | relevance | path

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

/linux/net/mac80211/
A Dmesh_hwmp.c594 if (time_after(jiffies, ifmsh->last_sn_update + in hwmp_preq_frame_process()
596 time_before(jiffies, ifmsh->last_sn_update)) { in hwmp_preq_frame_process()
598 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process()
611 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process()
1086 if (time_after(jiffies, ifmsh->last_sn_update + in mesh_path_start_discovery()
1088 time_before(jiffies, ifmsh->last_sn_update)) { in mesh_path_start_discovery()
1090 sdata->u.mesh.last_sn_update = jiffies; in mesh_path_start_discovery()
A Dieee80211_i.h698 unsigned long last_sn_update; member

Completed in 14 milliseconds