Home
last modified time | relevance | path

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

/openbmc/linux/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()