Home
last modified time | relevance | path

Searched refs:min_preq_int_jiff (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dmesh_hwmp.c83 #define min_preq_int_jiff(s) \ macro
1010 if (time_after(jiffies, ifmsh->last_preq + min_preq_int_jiff(sdata))) in mesh_queue_preq()
1017 ifmsh->last_preq = jiffies - min_preq_int_jiff(sdata) - 1; in mesh_queue_preq()
1021 min_preq_int_jiff(sdata)); in mesh_queue_preq()
1041 min_preq_int_jiff(sdata))) { in mesh_path_start_discovery()
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_hwmp.c83 #define min_preq_int_jiff(s) \ macro
1028 if (time_after(jiffies, ifmsh->last_preq + min_preq_int_jiff(sdata))) in mesh_queue_preq()
1035 ifmsh->last_preq = jiffies - min_preq_int_jiff(sdata) - 1; in mesh_queue_preq()
1039 min_preq_int_jiff(sdata)); in mesh_queue_preq()
1059 min_preq_int_jiff(sdata))) { in mesh_path_start_discovery()

Completed in 4 milliseconds