Searched refs:last_sn_update (Results 1 – 2 of 2) sorted by relevance
591 if (time_after(jiffies, ifmsh->last_sn_update + in hwmp_preq_frame_process()593 time_before(jiffies, ifmsh->last_sn_update)) { in hwmp_preq_frame_process()595 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process()608 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process()1079 if (time_after(jiffies, ifmsh->last_sn_update + in mesh_path_start_discovery()1081 time_before(jiffies, ifmsh->last_sn_update)) { in mesh_path_start_discovery()1083 sdata->u.mesh.last_sn_update = jiffies; in mesh_path_start_discovery()
674 unsigned long last_sn_update; member