Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dmesh_hwmp.c616 if (time_after(jiffies, ifmsh->last_sn_update + in hwmp_preq_frame_process()
618 time_before(jiffies, ifmsh->last_sn_update)) { in hwmp_preq_frame_process()
620 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process()
633 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process()
1108 if (time_after(jiffies, ifmsh->last_sn_update + in mesh_path_start_discovery()
1110 time_before(jiffies, ifmsh->last_sn_update)) { in mesh_path_start_discovery()
1112 sdata->u.mesh.last_sn_update = jiffies; in mesh_path_start_discovery()
H A Dieee80211_i.h769 unsigned long last_sn_update; member