Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_hwmp.c390 unsigned long orig_lifetime, exp_time; in hwmp_route_info_get() local
433 exp_time = TU_TO_EXP_TIME(orig_lifetime); in hwmp_route_info_get()
495 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
496 ? mpath->exp_time : exp_time; in hwmp_route_info_get()
541 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
542 ? mpath->exp_time : exp_time; in hwmp_route_info_get()
1241 mpath->exp_time - in mesh_nexthop_lookup()
1283 mpath->exp_time = jiffies; in mesh_path_timer()
Dmesh_pathtbl.c38 time_after(jiffies, mpath->exp_time) && in mpath_expired()
377 new_mpath->exp_time = jiffies; in mesh_path_new()
747 mpath->exp_time = 0; in mesh_path_fix_nexthop()
774 time_after(jiffies, mpath->exp_time + MESH_PATH_EXPIRE)) in mesh_path_tbl_expire()
Dmesh.h117 unsigned long exp_time; member
150 unsigned long exp_time; member
Dsta_info.h894 unsigned long exp_time);
Dmesh.c234 if (time_after(jiffies, p->exp_time) || in mesh_rmc_check()
248 p->exp_time = jiffies + RMC_TIMEOUT; in mesh_rmc_check()
Dibss.c1256 unsigned long exp_time = IEEE80211_IBSS_INACTIVITY_LIMIT; in ieee80211_ibss_sta_expire() local
1267 if (time_is_before_jiffies(last_active + exp_time) || in ieee80211_ibss_sta_expire()
Dsta_info.c1241 unsigned long exp_time) in ieee80211_sta_expire() argument
1254 if (time_is_before_jiffies(last_active + exp_time)) { in ieee80211_sta_expire()
Dcfg.c2022 if (time_before(jiffies, mpath->exp_time)) in mpath_set_pinfo()
2023 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); in mpath_set_pinfo()
Drx.c2912 mppath->exp_time = jiffies; in ieee80211_rx_h_mesh_fwding()
Dtx.c2648 mppath->exp_time = jiffies; in ieee80211_build_hdr()