Home
last modified time | relevance | path

Searched refs:last_sn_update (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H 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()
1082 if (time_after(jiffies, ifmsh->last_sn_update + in mesh_path_start_discovery()
1084 time_before(jiffies, ifmsh->last_sn_update)) { in mesh_path_start_discovery()
1086 sdata->u.mesh.last_sn_update = jiffies; in mesh_path_start_discovery()
H A Dieee80211_i.h695 unsigned long last_sn_update; member
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_hwmp.c608 if (time_after(jiffies, ifmsh->last_sn_update + in hwmp_preq_frame_process()
610 time_before(jiffies, ifmsh->last_sn_update)) { in hwmp_preq_frame_process()
612 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process()
625 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process()
1100 if (time_after(jiffies, ifmsh->last_sn_update + in mesh_path_start_discovery()
1102 time_before(jiffies, ifmsh->last_sn_update)) { in mesh_path_start_discovery()
1104 sdata->u.mesh.last_sn_update = jiffies; in mesh_path_start_discovery()
H A Dieee80211_i.h701 unsigned long last_sn_update; member

Completed in 13 milliseconds