Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_hwmp.c599 if (time_after(jiffies, ifmsh->last_sn_update + in hwmp_preq_frame_process()
601 time_before(jiffies, ifmsh->last_sn_update)) { in hwmp_preq_frame_process()
603 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process()
616 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process()
1091 if (time_after(jiffies, ifmsh->last_sn_update + in mesh_path_start_discovery()
1093 time_before(jiffies, ifmsh->last_sn_update)) { in mesh_path_start_discovery()
1095 sdata->u.mesh.last_sn_update = jiffies; in mesh_path_start_discovery()
Dieee80211_i.h686 unsigned long last_sn_update; member